Skip to content

Commit

Permalink
Adjust to glslang's removal of NV_EXTENSIONS from headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangz authored and dneto0 committed Oct 1, 2018
1 parent 41d15ff commit 7193d2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libshaderc_util/src/resources.cc
Expand Up @@ -116,7 +116,6 @@ const TBuiltInResource kDefaultTBuiltInResource = {
/*.maxCullDistances = */ 8, // ARB_cull_distance.
/*.maxCombinedClipAndCullDistances = */ 8, // ARB_cull_distance.
/*.maxSamples = */ 4,
#ifdef NV_EXTENSIONS
/* .maxMeshOutputVerticesNV = */ 256,
/* .maxMeshOutputPrimitivesNV = */ 512,
/* .maxMeshWorkGroupSizeX_NV = */ 32,
Expand All @@ -126,7 +125,6 @@ const TBuiltInResource kDefaultTBuiltInResource = {
/* .maxTaskWorkGroupSizeY_NV = */ 1,
/* .maxTaskWorkGroupSizeZ_NV = */ 1,
/* .maxMeshViewCountNV = */ 4,
#endif

// This is the glslang TLimits structure.
// It defines whether or not the following features are enabled.
Expand Down

0 comments on commit 7193d2e

Please sign in to comment.