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