Commit 1f60c72c by John Kessenich

Interface: remove NV_EXTENSIONS from the resources header.

This allows library consumers to work without have to set NV_EXTENSIONS.
parent a4752945
...@@ -133,7 +133,6 @@ struct TBuiltInResource { ...@@ -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 { ...@@ -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;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment