bloat-buster/dependencies/glslang-15.0.0/Test/link.vk.differentPC.0.2.frag
David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

16 lines
172 B
GLSL

#version 450
layout (push_constant) uniform PushConstantBlock
{
vec4 color;
vec4 color2;
float scale2;
} uPC;
float
getScale()
{
return uPC.scale2;
}