mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-12 21:20:06 +00:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
#version 460
|
|
|
|
#extension GL_EXT_ray_query : enable
|
|
|
|
void main () {
|
|
rayQueryEXT foo;
|
|
rayQueryEXT bar = foo;
|
|
} |