bloat-buster/dependencies/glslang-15.0.0/Test/spv.intrinsicsFakeEnable.vert
David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

11 lines
261 B
GLSL

#version 460 core
#extension GL_EXT_spirv_intrinsics : enable
// ERROR: Overlapped input location. Make sure it could be detected even
// if GL_EXT_spirv_intrinsics is enabled.
layout(location = 0) in vec4 v4;
layout(location = 0) in vec3 v3;
void main() {
}