You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.2 KiB
Plaintext
66 lines
1.2 KiB
Plaintext
{
|
|
"Source" : "DiffuseGlobalFullscreen.azsl",
|
|
|
|
"RasterState" :
|
|
{
|
|
"CullMode" : "Back"
|
|
},
|
|
|
|
"DepthStencilState" :
|
|
{
|
|
"Depth" :
|
|
{
|
|
"Enable" : false
|
|
},
|
|
"Stencil" :
|
|
{
|
|
"Enable" : true,
|
|
"ReadMask" : "0x80",
|
|
"WriteMask" : "0x00",
|
|
"FrontFace" :
|
|
{
|
|
"Func" : "Equal",
|
|
"DepthFailOp" : "Keep",
|
|
"FailOp" : "Keep",
|
|
"PassOp" : "Keep"
|
|
}
|
|
}
|
|
},
|
|
|
|
"BlendState" : {
|
|
"Enable" : true,
|
|
"BlendSource" : "One",
|
|
"BlendDest" : "One",
|
|
"BlendOp" : "Add",
|
|
"BlendAlphaSource" : "Zero",
|
|
"BlendAlphaDest" : "One",
|
|
"BlendAlphaOp" : "Add"
|
|
},
|
|
|
|
"DrawList" : "forward",
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "MainVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "MainPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
},
|
|
|
|
"Supervariants":
|
|
[
|
|
{
|
|
"Name": "NoMSAA",
|
|
"PlusArguments": "--no-ms",
|
|
"MinusArguments": ""
|
|
}
|
|
]
|
|
}
|