Interface: remove NV_EXTENSIONS from the resources header.
This allows library consumers to work without have to set NV_EXTENSIONS.
This commit is contained in:
parent
a475294590
commit
1f60c72c67
@ -133,7 +133,6 @@ struct TBuiltInResource {
|
||||
int maxCullDistances;
|
||||
int maxCombinedClipAndCullDistances;
|
||||
int maxSamples;
|
||||
#ifdef NV_EXTENSIONS
|
||||
int maxMeshOutputVerticesNV;
|
||||
int maxMeshOutputPrimitivesNV;
|
||||
int maxMeshWorkGroupSizeX_NV;
|
||||
@ -143,7 +142,6 @@ struct TBuiltInResource {
|
||||
int maxTaskWorkGroupSizeY_NV;
|
||||
int maxTaskWorkGroupSizeZ_NV;
|
||||
int maxMeshViewCountNV;
|
||||
#endif
|
||||
|
||||
TLimits limits;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user