We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4829c11 commit a437cd9Copy full SHA for a437cd9
proposals/XXXX-spirv-resource-representation.md proposals/0018-spirv-resource-representation.md
@@ -2,7 +2,7 @@
2
3
# HLSL resources in SPIR-V
4
5
-* Proposal: [NNNN](NNNN-spirv-resource-representation.md)
+* Proposal: [0018](0018-spirv-resource-representation.md)
6
* Author(s): [Steven Perron](https://github.com/s-perron)
7
* Status: **Design In Progress**
8
@@ -259,7 +259,7 @@ RWStructuredBuffer<int> a;
259
// needs a different counter var.
260
RWStructuredBuffer<int> b;
261
262
-static RWBuffer<int> c; // What type should `c`'s be?
+static RWStructuredBuffer<int> c; // What type should `c`'s be?
263
264
void main() {
265
c = a; // It must match the type for a.
0 commit comments