diff options
Diffstat (limited to 'gfx/gl/shaders/lighting.fs')
| -rw-r--r-- | gfx/gl/shaders/lighting.fs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gfx/gl/shaders/lighting.fs b/gfx/gl/shaders/lighting.fs index 4646b75..b5c6c8b 100644 --- a/gfx/gl/shaders/lighting.fs +++ b/gfx/gl/shaders/lighting.fs @@ -1,5 +1,4 @@ -#version 330 core -#extension GL_ARB_shading_language_420pack : enable +#version 460 core out vec3 FragColor; |
