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