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 maxCullDistances;
|
||||||
int maxCombinedClipAndCullDistances;
|
int maxCombinedClipAndCullDistances;
|
||||||
int maxSamples;
|
int maxSamples;
|
||||||
#ifdef NV_EXTENSIONS
|
|
||||||
int maxMeshOutputVerticesNV;
|
int maxMeshOutputVerticesNV;
|
||||||
int maxMeshOutputPrimitivesNV;
|
int maxMeshOutputPrimitivesNV;
|
||||||
int maxMeshWorkGroupSizeX_NV;
|
int maxMeshWorkGroupSizeX_NV;
|
||||||
|
|
@ -143,7 +142,6 @@ struct TBuiltInResource {
|
||||||
int maxTaskWorkGroupSizeY_NV;
|
int maxTaskWorkGroupSizeY_NV;
|
||||||
int maxTaskWorkGroupSizeZ_NV;
|
int maxTaskWorkGroupSizeZ_NV;
|
||||||
int maxMeshViewCountNV;
|
int maxMeshViewCountNV;
|
||||||
#endif
|
|
||||||
|
|
||||||
TLimits limits;
|
TLimits limits;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue