Initial commit
This commit is contained in:
29
extracted/assets/minecraft/shaders/core/blur.json
Normal file
29
extracted/assets/minecraft/shaders/core/blur.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"blend": {
|
||||
"func": "add",
|
||||
"srcrgb": "srcalpha",
|
||||
"dstrgb": "1-srcalpha"
|
||||
},
|
||||
"vertex": "minecraft:core/blur",
|
||||
"fragment": "minecraft:core/blur",
|
||||
"attributes": [],
|
||||
"samplers": [
|
||||
{ "name": "InputSampler" }
|
||||
],
|
||||
"uniforms": [
|
||||
{ "name": "ModelViewMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] },
|
||||
{ "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] },
|
||||
{ "name": "InputResolution", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
|
||||
{ "name": "Quality", "type": "float", "count": 1, "values": [ 1.0] },
|
||||
{ "name": "color1", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||||
{ "name": "color2", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||||
{ "name": "color3", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||||
{ "name": "color4", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||||
{ "name": "outlineColor", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||||
{ "name": "size", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
|
||||
{ "name": "location", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
|
||||
{ "name": "radius", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||||
{ "name": "thickness", "type": "float", "count": 1, "values": [ 1.0 ] },
|
||||
{ "name": "softness", "type": "float", "count": 1, "values": [ 1.0 ] }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user