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
3e2a3c46
Unverified
Commit
3e2a3c46
authored
Mar 13, 2018
by
John Kessenich
Committed by
GitHub
Mar 13, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1293 from baldurk/remove-en-dash
Replace en-dash with simple ASCII hyphen
parents
2ad4737d
34cd7630
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
iomapper.cpp
glslang/MachineIndependent/iomapper.cpp
+4
-4
No files found.
glslang/MachineIndependent/iomapper.cpp
View file @
3e2a3c46
...
@@ -598,7 +598,7 @@ protected:
...
@@ -598,7 +598,7 @@ protected:
/********************************************************************************
/********************************************************************************
The following IO resolver maps types in HLSL register space, as follows:
The following IO resolver maps types in HLSL register space, as follows:
t
–
for shader resource views (SRV)
t
-
for shader resource views (SRV)
TEXTURE1D
TEXTURE1D
TEXTURE1DARRAY
TEXTURE1DARRAY
TEXTURE2D
TEXTURE2D
...
@@ -613,7 +613,7 @@ t – for shader resource views (SRV)
...
@@ -613,7 +613,7 @@ t – for shader resource views (SRV)
BUFFER
BUFFER
TBUFFER
TBUFFER
s
–
for samplers
s
-
for samplers
SAMPLER
SAMPLER
SAMPLER1D
SAMPLER1D
SAMPLER2D
SAMPLER2D
...
@@ -622,7 +622,7 @@ s – for samplers
...
@@ -622,7 +622,7 @@ s – for samplers
SAMPLERSTATE
SAMPLERSTATE
SAMPLERCOMPARISONSTATE
SAMPLERCOMPARISONSTATE
u
–
for unordered access views (UAV)
u
-
for unordered access views (UAV)
RWBYTEADDRESSBUFFER
RWBYTEADDRESSBUFFER
RWSTRUCTUREDBUFFER
RWSTRUCTUREDBUFFER
APPENDSTRUCTUREDBUFFER
APPENDSTRUCTUREDBUFFER
...
@@ -634,7 +634,7 @@ u – for unordered access views (UAV)
...
@@ -634,7 +634,7 @@ u – for unordered access views (UAV)
RWTEXTURE2DARRAY
RWTEXTURE2DARRAY
RWTEXTURE3D
RWTEXTURE3D
b
–
for constant buffer views (CBV)
b
-
for constant buffer views (CBV)
CBUFFER
CBUFFER
CONSTANTBUFFER
CONSTANTBUFFER
********************************************************************************/
********************************************************************************/
...
...
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