From: John Kessenich Date: Wed, 26 Sep 2018 09:00:37 +0000 (-0600) Subject: Interface: remove NV_EXTENSIONS from the resources header. X-Git-Tag: upstream/11.4.0~649 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f60c72c674d6a77043d03843563b4be63e80267;p=platform%2Fupstream%2Fglslang.git Interface: remove NV_EXTENSIONS from the resources header. This allows library consumers to work without have to set NV_EXTENSIONS. --- 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; };