Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
1f60c72c
Commit
1f60c72c
authored
Sep 26, 2018
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Interface: remove NV_EXTENSIONS from the resources header.
This allows library consumers to work without have to set NV_EXTENSIONS.
parent
a4752945
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
ResourceLimits.h
glslang/Include/ResourceLimits.h
+0
-2
No files found.
glslang/Include/ResourceLimits.h
View file @
1f60c72c
...
...
@@ -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
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment