You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The following guidelines should be observed by contributors:
85
85
* Changes should ideally come in as small pull requests on top of `master`, coming from your own personal fork of the project
86
86
* Large features that will involve multiple contributors or a long development time should be discussed in issues, and broken down into smaller pieces that can be implemented and checked in in stages
87
87
88
-
[Contribution guide](CONTRIBUTION.md) describes the workflow for contributors at more detail.
88
+
[Contribution guide](CONTRIBUTING.md) describes the workflow for contributors at more detail.
<lidata-link="spirv-target-specific"><span>SPIR-V specific functionalities</span>
200
201
<ulclass="toc_list">
201
202
<lidata-link="spirv-target-specific#experimental-support-for-the-older-versions-of-spir-v"><span>Experimental support for the older versions of SPIR-V</span></li>
@@ -205,17 +206,17 @@
205
206
<lidata-link="spirv-target-specific#supported-hlsl-features-when-targeting-spir-v"><span>Supported HLSL features when targeting SPIR-V</span></li>
206
207
<lidata-link="spirv-target-specific#unsupported-glsl-keywords-when-targeting-spir-v"><span>Unsupported GLSL keywords when targeting SPIR-V</span></li>
207
208
<lidata-link="spirv-target-specific#supported-atomic-types-for-each-target"><span>Supported atomic types for each target</span></li>
208
-
<lidata-link="spirv-target-specific#constantbuffer-rwrasterizerorderedstructuredbuffer-rwrasterizerorderedbyteaddressbuffer"><span>ConstantBuffer, StructuredBuffer and ByteAddressBuffer</span></li>
209
+
<lidata-link="spirv-target-specific#constantbuffer-structuredbuffer-and-byteaddressbuffer"><span>ConstantBuffer, StructuredBuffer and ByteAddressBuffer</span></li>
209
210
<lidata-link="spirv-target-specific#parameterblock-for-spir-v-target"><span>ParameterBlock for SPIR-V target</span></li>
0 commit comments