ntx4core/src/main/resources/assets/ntx4core/shaders/core/splash.json
2023-10-07 16:24:37 +02:00

44 lines
847 B
JSON

{
"blend": {
"func": "add",
"srcrgb": "srcalpha",
"dstrgb": "1-srcalpha"
},
"vertex": "ntx4core:splash",
"fragment": "ntx4core:splash",
"attributes": [
"Position"
],
"samplers": [],
"uniforms": [
{
"name": "ColorModulator",
"type": "float",
"count": 4,
"values": [
1.0,
1.0,
1.0,
1.0
]
},
{
"name": "ScreenSize",
"type": "float",
"count": 2,
"values": [
1.0,
1.0
]
},
{
"name": "Time",
"type": "float",
"count": 1,
"values": [
0.0
]
}
]
}