Add test
This commit is contained in:
9
Test/hlsl.nested-runtimeArray.frag
Normal file
9
Test/hlsl.nested-runtimeArray.frag
Normal file
@@ -0,0 +1,9 @@
|
||||
struct A {
|
||||
float a[];
|
||||
};
|
||||
|
||||
RWStructuredBuffer <A> B;
|
||||
|
||||
float main() {
|
||||
return B[0].a[0];
|
||||
}
|
||||
Reference in New Issue
Block a user