mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 06:00:33 +01:00
6 lines
74 B
GLSL
6 lines
74 B
GLSL
#version 460 core
|
|
#extension GL_EXT_ray_tracing: require
|
|
|
|
void main() {
|
|
}
|