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
d1141843
Commit
d1141843
authored
Apr 13, 2017
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPV Non-functional: fix ordering causing problems with another branch.
parent
97366a0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc.cpp
SPIRV/doc.cpp
+3
-3
No files found.
SPIRV/doc.cpp
View file @
d1141843
...
@@ -830,14 +830,14 @@ const char* CapabilityString(int info)
...
@@ -830,14 +830,14 @@ const char* CapabilityString(int info)
case
4427
:
return
"DrawParameters"
;
case
4427
:
return
"DrawParameters"
;
case
4431
:
return
"SubgroupVoteKHR"
;
case
4431
:
return
"SubgroupVoteKHR"
;
case
4437
:
return
"DeviceGroup"
;
case
4439
:
return
"MultiView"
;
case
4433
:
return
"StorageUniformBufferBlock16"
;
case
4433
:
return
"StorageUniformBufferBlock16"
;
case
4434
:
return
"StorageUniform16"
;
case
4434
:
return
"StorageUniform16"
;
case
4435
:
return
"StoragePushConstant16"
;
case
4435
:
return
"StoragePushConstant16"
;
case
4436
:
return
"StorageInputOutput16"
;
case
4436
:
return
"StorageInputOutput16"
;
case
4437
:
return
"DeviceGroup"
;
case
4439
:
return
"MultiView"
;
#ifdef NV_EXTENSIONS
#ifdef NV_EXTENSIONS
case
5251
:
return
"GeometryShaderPassthroughNV"
;
case
5251
:
return
"GeometryShaderPassthroughNV"
;
case
5254
:
return
"ShaderViewportIndexLayerNV"
;
case
5254
:
return
"ShaderViewportIndexLayerNV"
;
...
...
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