Skip to content

Commit a437cd9

Browse files
committed
Add proposal number.
1 parent 4829c11 commit a437cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/XXXX-spirv-resource-representation.md proposals/0018-spirv-resource-representation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# HLSL resources in SPIR-V
44

5-
* Proposal: [NNNN](NNNN-spirv-resource-representation.md)
5+
* Proposal: [0018](0018-spirv-resource-representation.md)
66
* Author(s): [Steven Perron](https://github.com/s-perron)
77
* Status: **Design In Progress**
88

@@ -259,7 +259,7 @@ RWStructuredBuffer<int> a;
259259
// needs a different counter var.
260260
RWStructuredBuffer<int> b;
261261

262-
static RWBuffer<int> c; // What type should `c`'s be?
262+
static RWStructuredBuffer<int> c; // What type should `c`'s be?
263263

264264
void main() {
265265
c = a; // It must match the type for a.

0 commit comments

Comments
 (0)