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.
45 lines
789 B
GLSL
45 lines
789 B
GLSL
{
|
|
"Source" : "HairRenderingFillPPLL.azsl",
|
|
"DrawList" : "hairFillPass",
|
|
|
|
"DepthStencilState" :
|
|
{
|
|
"Depth" :
|
|
{
|
|
"Enable" : true,
|
|
"CompareFunc" : "GreaterEqual"
|
|
// Originally in TressFX this is LessEqual - Atom is using reverse sort
|
|
},
|
|
"Stencil" :
|
|
{
|
|
"Enable" : false
|
|
}
|
|
},
|
|
|
|
"RasterState" :
|
|
{
|
|
"CullMode" : "None"
|
|
},
|
|
|
|
"BlendState" :
|
|
{
|
|
"Enable" : false
|
|
},
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "RenderHairVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "PPLLFillPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
},
|
|
"DisabledRHIBackends": ["metal"]
|
|
}
|