mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Check gl_CullDistance with the other fixed-function GLSL vertex outputs
This commit is contained in:
@@ -36,6 +36,7 @@ rdcstr DoStringise(const FFVertexOutput &el)
|
||||
{
|
||||
STRINGISE_ENUM_CLASS_NAMED(PointSize, "gl_PointSize");
|
||||
STRINGISE_ENUM_CLASS_NAMED(ClipDistance, "gl_ClipDistance");
|
||||
STRINGISE_ENUM_CLASS_NAMED(CullDistance, "gl_CullDistance");
|
||||
STRINGISE_ENUM_CLASS_NAMED(ClipVertex, "gl_ClipVertex");
|
||||
STRINGISE_ENUM_CLASS_NAMED(FrontColor, "gl_FrontColor");
|
||||
STRINGISE_ENUM_CLASS_NAMED(BackColor, "gl_BackColor");
|
||||
|
||||
@@ -33,6 +33,7 @@ enum class FFVertexOutput : uint32_t
|
||||
PointSize,
|
||||
First = PointSize,
|
||||
ClipDistance,
|
||||
CullDistance,
|
||||
|
||||
// Compatibility implicit varyings, generally only comes back from glslang's reflection
|
||||
ClipVertex,
|
||||
|
||||
Reference in New Issue
Block a user