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
692 B
Plaintext
38 lines
692 B
Plaintext
{
|
|
|
|
"Source" : "ImGui.azsl",
|
|
|
|
|
|
"RasterState" : { "CullMode" : "None" },
|
|
|
|
"DepthStencilState" : {
|
|
"Depth" : { "Enable" : false, "CompareFunc" : "GreaterEqual" }
|
|
},
|
|
|
|
"BlendState" : {
|
|
"Enable" : true,
|
|
"BlendSource" : "One",
|
|
"BlendAlphaSource" : "One",
|
|
"BlendDest" : "AlphaSourceInverse",
|
|
"BlendAlphaDest" : "AlphaSourceInverse",
|
|
"BlendAlphaOp" : "Add"
|
|
},
|
|
|
|
"DrawList" : "imgui",
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "MainVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "MainPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
}
|
|
}
|