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

17 lines
186 B
GLSL

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