Unverified Commit 3e2a3c46 by John Kessenich Committed by GitHub

Merge pull request #1293 from baldurk/remove-en-dash

Replace en-dash with simple ASCII hyphen
parents 2ad4737d 34cd7630
......@@ -598,7 +598,7 @@ protected:
/********************************************************************************
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
TEXTURE1DARRAY
TEXTURE2D
......@@ -613,7 +613,7 @@ t – for shader resource views (SRV)
BUFFER
TBUFFER
s for samplers
s - for samplers
SAMPLER
SAMPLER1D
SAMPLER2D
......@@ -622,7 +622,7 @@ s – for samplers
SAMPLERSTATE
SAMPLERCOMPARISONSTATE
u for unordered access views (UAV)
u - for unordered access views (UAV)
RWBYTEADDRESSBUFFER
RWSTRUCTUREDBUFFER
APPENDSTRUCTUREDBUFFER
......@@ -634,7 +634,7 @@ u – for unordered access views (UAV)
RWTEXTURE2DARRAY
RWTEXTURE3D
b for constant buffer views (CBV)
b - for constant buffer views (CBV)
CBUFFER
CONSTANTBUFFER
********************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment