837d4fde3e
* Create a debug material type for displaying per-vertex data Signed-off-by: Tommy Walton <waltont@amazon.com> * PR feedback. Added color display mode, multiple uv-set support, split tangent/bitangent options into two separate enums, and added a functor for showing only the applicable properties in the UI depending on which vertex stream and uv set are selected. Signed-off-by: Tommy Walton <waltont@amazon.com>
25 lines
412 B
Plaintext
25 lines
412 B
Plaintext
{
|
|
"Source" : "DebugVertexStreams.azsl",
|
|
|
|
"DepthStencilState" : {
|
|
"Depth" : { "Enable" : true, "CompareFunc" : "GreaterEqual" }
|
|
},
|
|
|
|
"DrawList" : "auxgeom",
|
|
|
|
"ProgramSettings":
|
|
{
|
|
"EntryPoints":
|
|
[
|
|
{
|
|
"name": "MainVS",
|
|
"type": "Vertex"
|
|
},
|
|
{
|
|
"name": "MainPS",
|
|
"type": "Fragment"
|
|
}
|
|
]
|
|
}
|
|
}
|