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
ci: Remove gcc from macos matrix
[glslang.git]
/
Test
/
spv.vulkan110.storageBuffer.vert
blob
6dd629e8135a291f12b742472cb76590d2af7209
1
#version 450
\r
2
\r
3
#pragma use_storage_buffer
\r
4
\r
5
uniform ub {
\r
6
vec4 a;
\r
7
} ubi;
\r
8
\r
9
buffer bb {
\r
10
vec4 b;
\r
11
} bbi;
\r
12
\r
13
void main()
\r
14
{
\r
15
gl_Position = ubi.a + bbi.b;
\r
16
}
\r