repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git]
/
Test
/
hlsl.nested-runtimeArray.frag
blob
3606adac38e8d290774650a8a9bd81ea96a8dedc
1
struct A {
2
float a[];
3
};
4
5
RWStructuredBuffer <A> B;
6
7
float main() {
8
return B[0].a[0];
9
}