mesa: add ctx->Const.MaxGeometryShaderInvocations
radeonsi wants to report a different value Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
This commit is contained in:
@@ -493,6 +493,7 @@ struct _mesa_glsl_parse_state {
|
||||
unsigned MaxVertexOutputComponents;
|
||||
unsigned MaxGeometryInputComponents;
|
||||
unsigned MaxGeometryOutputComponents;
|
||||
unsigned MaxGeometryShaderInvocations;
|
||||
unsigned MaxFragmentInputComponents;
|
||||
unsigned MaxGeometryTextureImageUnits;
|
||||
unsigned MaxGeometryOutputVertices;
|
||||
|
Reference in New Issue
Block a user