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:
John Kessenich 2018-09-26 03:00:37 -06:00
Родитель a475294590
Коммит 1f60c72c67
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;
};