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

10 lines
222 B
GLSL

#version 460
#extension GL_EXT_spirv_intrinsics : enable
spirv_instruction (extensions = ["SPV_KHR_non_semantic_info"], set = "NonSemantic.DebugBreak", id = 1)
void debugBreak();
void main() {
debugBreak();
}