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
/
link.vk.differentPC.0.2.frag
blob
287e4252b5d84ed6a3f95f7d409abc5c7b7a22c8
1
#version 450
\r
2
\r
3
layout (push_constant) uniform PushConstantBlock
\r
4
{
\r
5
vec4 color;
\r
6
vec4 color2;
\r
7
float scale2;
\r
8
} uPC;
\r
9
\r
10
float
\r
11
getScale()
\r
12
{
\r
13
return uPC.scale2;
\r
14
}
\r
15
\r