Added test for local structured buffer variable
This commit is contained in:
parent
5133b108da
commit
4f6865f406
3 changed files with 69 additions and 0 deletions
4
Test/hlsl.localStructuredBuffer.comp
Normal file
4
Test/hlsl.localStructuredBuffer.comp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
RWStructuredBuffer<uint> srt0;
|
||||
void main() {
|
||||
RWStructuredBuffer<uint> srt0Local = srt0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue