This commit is contained in:
2025-04-29 13:39:02 -05:00
commit 9cbb583982
2257 changed files with 77258 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthroughlinear",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull"
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

View File

@@ -0,0 +1,5 @@
{
"format" : "rgba8888",
"clampuvs" : false,
"nointerpolation" : false
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "blur_h_bloom",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_8FrameBuffer"]
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "ccsimple",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull",
"textures": ["_rt_FullFrameBuffer"]
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

View File

@@ -0,0 +1,5 @@
{
"clampuvs" : false,
"format" : "rgba8888",
"nointerpolation" : false
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "combine",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer", "util/black"]
}]
}

View File

@@ -0,0 +1,11 @@
{
"passes": [{
"shader": "combine_hdr",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"],
"combos": {
"DISPLAYHDR" : 1
}
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "combine_hdr_editor",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "combine_hdr",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,11 @@
{
"passes": [{
"shader": "combine_hdr",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"],
"combos": {
"COMBINEDBG" : 1
}
}]
}

View File

@@ -0,0 +1,11 @@
{
"passes": [{
"shader": "combine_hdr",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"],
"combos": {
"LINEAR": 1
}
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "combine",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer", "_rt_Bloom"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthroughsrgb",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,7 @@
{
"passes": [{
"shader": "compilerbackdrop",
"depthtest": "disabled",
"blending": "translucent"
}]
}

View File

@@ -0,0 +1,10 @@
{
"passes": [{
"shader": "composelayer",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "translucent",
"cullmode": "nocull",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,13 @@
{
"passes": [{
"shader": "composelayer",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "normal",
"cullmode": "nocull",
"textures": ["_rt_FullFrameBuffer"],
"combos": {
"CLEARALPHA": 1
}
}]
}

View File

@@ -0,0 +1,10 @@
{
"passes": [{
"shader": "composelayer",
"depthtest": "enabled",
"depthwrite": "disabled",
"blending": "translucent",
"cullmode": "nocull",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthrough",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthrough",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthrough",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_Bloom"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthrough",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_EighthFrameBuffer"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthrough",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_QuarterFrameBuffer"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "passthrough",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_Reflection"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "downsample_eighth_blur_v",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_4FrameBuffer"]
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "downsample_quarter",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"],
"cullmode" : "nocull"
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "downsample_quarter_bloom",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "downsample_quarter_linear",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"],
"cullmode" : "nocull"
}]
}

View File

@@ -0,0 +1,10 @@
{
"passes": [{
"shader": "effectcomposebackground",
"blending": "normal",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull",
"textures": [null, "_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "genericimage3",
"blending": "normal",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull"
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "genericimage4",
"blending": "normal",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull"
}]
}

View File

@@ -0,0 +1,5 @@
{
"passes": [{
"shader": "error"
}]
}

View File

@@ -0,0 +1,11 @@
{
"passes": [{
"shader": "fade",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "translucent",
"usershadervalues": {
"schemecolor": "tint"
}
}]
}

View File

@@ -0,0 +1,5 @@
{
"passes": [{
"shader": "flat"
}]
}

View File

@@ -0,0 +1,6 @@
{
"passes": [{
"shader": "flat",
"blending": "translucent"
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "flat",
"combos": {
"vertexcolor": 1
},
"blending": "translucent"
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

View File

@@ -0,0 +1,4 @@
{
"format" : "dxt5n",
"nomip" : true
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "flatpoint",
"blending": "translucent",
"culling" : "nocull",
"depthwrite" : "disabled",
"depthtest" : "disabled"
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "minimalalpha",
"cullmode": "nocull",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "translucent"
}]
}

View File

@@ -0,0 +1,10 @@
{
"passes": [{
"shader": "passthrough",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "translucent",
"cullmode": "nocull",
"textures": ["_rt_FullFrameBuffer"]
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

View File

@@ -0,0 +1,7 @@
{
"clampuvs" : false,
"format" : "r8",
"nointerpolation" : false,
"nomip" : true,
"forcerawcompression" : true
}

View File

@@ -0,0 +1,6 @@
{
"passes": [{
"shader": "flat",
"cullmode": "nocull"
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "flat",
"combos": {
"vertexcolor": 1
},
"cullmode": "nocull"
}]
}

View File

@@ -0,0 +1,7 @@
{
"passes": [{
"shader": "hdr_downsample",
"depthtest": "disabled",
"depthwrite": "disabled"
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "hdr_downsample",
"depthtest": "disabled",
"depthwrite": "disabled",
"combos": {"BLOOM":1}
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "hdr_downsample",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "additive",
"combos": {"UPSAMPLE":1}
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "hdr_downsample",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "additive",
"combos": {"UPSAMPLE":1,"BICUBIC":1}
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

View File

@@ -0,0 +1,4 @@
{
"format" : "rgba8888",
"nomip" : true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

View File

@@ -0,0 +1,7 @@
{
"clampuvs" : false,
"format" : "rgba8888",
"nointerpolation" : false,
"nomip" : true,
"forcerawcompression" : true
}

View File

@@ -0,0 +1,6 @@
{
"passes": [{
"shader": "occlusiontest",
"depthwrite": "disabled"
}]
}

View File

@@ -0,0 +1,5 @@
{
"passes": [{
"shader": "shadowcaster"
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "flat",
"cullmode": "nocull",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "translucent"
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "flat",
"cullmode": "nocull",
"depthtest": "enabled",
"depthwrite": "disabled",
"blending": "translucent"
}]
}

View File

@@ -0,0 +1,17 @@
{
"passes" :
[
{
"blending" : "translucent",
"combos" :
{
"version" : 2
},
"cullmode" : "nocull",
"depthtest" : "disabled",
"depthwrite" : "disabled",
"shader" : "genericimage2",
"textures" : [ "util/white" ]
}
]
}

View File

@@ -0,0 +1,17 @@
{
"passes" :
[
{
"blending" : "translucent",
"combos" :
{
"version" : 2
},
"cullmode" : "nocull",
"depthtest" : "disabled",
"depthwrite" : "disabled",
"shader" : "genericimage3",
"textures" : [ "util/white" ]
}
]
}

View File

@@ -0,0 +1,17 @@
{
"passes" :
[
{
"blending" : "translucent",
"combos" :
{
"version" : 2
},
"cullmode" : "nocull",
"depthtest" : "disabled",
"depthwrite" : "disabled",
"shader" : "genericimage4",
"textures" : [ "util/white" ]
}
]
}

View File

@@ -0,0 +1,17 @@
{
"passes" :
[
{
"blending" : "translucent",
"combos" :
{
"version" : 2
},
"cullmode" : "nocull",
"depthtest" : "enabled",
"depthwrite" : "disabled",
"shader" : "genericimage2",
"textures" : [ "util/white" ]
}
]
}

View File

@@ -0,0 +1,17 @@
{
"passes" :
[
{
"blending" : "translucent",
"combos" :
{
"version" : 2
},
"cullmode" : "nocull",
"depthtest" : "enabled",
"depthwrite" : "disabled",
"shader" : "genericimage3",
"textures" : [ "util/white" ]
}
]
}

View File

@@ -0,0 +1,17 @@
{
"passes" :
[
{
"blending" : "translucent",
"combos" :
{
"version" : 2
},
"cullmode" : "nocull",
"depthtest" : "enabled",
"depthwrite" : "disabled",
"shader" : "genericimage4",
"textures" : [ "util/white" ]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"passes": [{
"shader": "volumetricsback",
"cullmode": "normal",
"blending": "normal"
}]
}

View File

@@ -0,0 +1,13 @@
{
"passes": [{
"shader": "blur_k3",
"depthwrite": "disabled",
"depthtest": "disabled",
"blending": "normal",
"cullmode" : "nocull",
"combos": {
"VERTICAL": 0
},
"textures": ["_rt_volumetricsLightBuffer"]
}]
}

View File

@@ -0,0 +1,13 @@
{
"passes": [{
"shader": "blur_k3",
"depthwrite": "disabled",
"depthtest": "disabled",
"blending": "normal",
"cullmode" : "nocull",
"combos": {
"VERTICAL": 1
},
"textures": ["_rt_volumetricsLightBufferB"]
}]
}

View File

@@ -0,0 +1,10 @@
{
"passes": [{
"shader": "passthrough",
"depthwrite": "disabled",
"depthtest": "disabled",
"blending": "additive",
"cullmode" : "nocull",
"textures": ["_rt_volumetricsLightBuffer"]
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "volumetricsfront",
"depthwrite": "disabled",
"depthtest": "disabled",
"cullmode": "normal",
"blending": "additive"
}]
}

View File

@@ -0,0 +1,12 @@
{
"passes": [{
"shader": "volumetricsfront",
"depthwrite": "disabled",
"depthtest": "disabled",
"cullmode": "nocull",
"blending": "additive",
"combos": {
"FULLSCREEN": 1
}
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

View File

@@ -0,0 +1,5 @@
{
"format" : "rgba8888",
"clampuvs" : false,
"nointerpolation" : false
}

View File

@@ -0,0 +1,6 @@
{
"passes": [{
"shader": "wireframe",
"depthwrite": "disabled"
}]
}