23 lines
342 B
GLSL
23 lines
342 B
GLSL
{
|
|
"Source" : "SMAAEdgeDetection",
|
|
|
|
"DepthStencilState" : {
|
|
"Depth" : { "Enable" : false }
|
|
},
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "MainVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "MainPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
}
|
|
}
|