Added test for local structured buffer variable
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user