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.
38 lines
746 B
Plaintext
38 lines
746 B
Plaintext
{
|
|
"Source" : "HairShortCutResolveDepth.azsl",
|
|
|
|
"DepthStencilState" :
|
|
{
|
|
"Depth" :
|
|
{
|
|
"Enable" : true, // test the written depth and accept/discard based on the depth buffer
|
|
"CompareFunc" : "GreaterEqual"
|
|
// Originally in TressFX this is LessEqual - Atom is using reverse sort
|
|
},
|
|
"Stencil" :
|
|
{
|
|
"Enable" : false
|
|
}
|
|
},
|
|
|
|
"BlendState" :
|
|
{
|
|
"Enable" : false
|
|
},
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "FullScreenVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "HairShortCutResolveDepthPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
}
|
|
}
|