From 89ee29561e14372155f0bf13bd7de7c4485b6fcf Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 29 Jan 2026 18:24:58 +0000 Subject: Update OpenGL context and shaders to v4.6 Note: doesn't remove/replace older functions where newer ones might be better. --- gfx/gl/shaders/landmass.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/gl/shaders/landmass.fs') diff --git a/gfx/gl/shaders/landmass.fs b/gfx/gl/shaders/landmass.fs index 382260e..b5c7fa1 100644 --- a/gfx/gl/shaders/landmass.fs +++ b/gfx/gl/shaders/landmass.fs @@ -1,4 +1,4 @@ -#version 330 core +#version 460 core include(`materialOut.glsl') in vec3 FragPos; -- cgit v1.2.3