Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
link.vk.differentPC.1.0.frag
blob: e395bb85656017aedefecf7c14e723737e99ce13 [
file
] [
log
] [
blame
] [
edit
]
#version 450
layout
(
push_constant
)
uniform
PushConstantBlock
{
vec4 color
;
vec4 color2
;
float
scale
;
float
scale2
;
}
uPC
;
float
getScale
()
{
return
uPC
.
scale
;
}