From 1f60c72c674d6a77043d03843563b4be63e80267 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 26 Sep 2018 03:00:37 -0600 Subject: [PATCH] Interface: remove NV_EXTENSIONS from the resources header. This allows library consumers to work without have to set NV_EXTENSIONS. --- glslang/Include/ResourceLimits.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/glslang/Include/ResourceLimits.h b/glslang/Include/ResourceLimits.h index 89163ac..106b21d 100644 --- a/glslang/Include/ResourceLimits.h +++ b/glslang/Include/ResourceLimits.h @@ -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; }; -- 2.7.4