First Commit
This commit is contained in:
10
externals/glslang/Test/hlsl.structbuffer.rwbyte2.comp
vendored
Normal file
10
externals/glslang/Test/hlsl.structbuffer.rwbyte2.comp
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
RWStructuredBuffer<uint> g_sbuf;
|
||||
RWByteAddressBuffer g_bbuf;
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
uint f = g_bbuf.Load(16);
|
||||
g_sbuf[0] = f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user