DEBSOURCES
Skip Quicknav
sources / glslang / 16.2.0-1 / Test / spv.targetVulkan.vert
123456789
#version 450 layout(constant_id = 3) const int a = 2; layout(push_constant) uniform pc { float f; }; void main() { }