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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue