blob: 287e4252b5d84ed6a3f95f7d409abc5c7b7a22c8 [file] [log] [blame]
#version 450
layout (push_constant) uniform PushConstantBlock
{
vec4 color;
vec4 color2;
float scale2;
} uPC;
float
getScale()
{
return uPC.scale2;
}