From 2ff7024425578f0a4b2731c6268427254f5d9617 Mon Sep 17 00:00:00 2001 From: CDM15y Date: Fri, 26 Jul 2024 13:02:53 +0100 Subject: [PATCH] Update raymarching.fs --- examples/shaders/resources/shaders/glsl120/raymarching.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/shaders/resources/shaders/glsl120/raymarching.fs b/examples/shaders/resources/shaders/glsl120/raymarching.fs index 8c87e8db0..463fde87e 100644 --- a/examples/shaders/resources/shaders/glsl120/raymarching.fs +++ b/examples/shaders/resources/shaders/glsl120/raymarching.fs @@ -1,3 +1,4 @@ +//Ported by CDM to work on older hardware. #version 120 // Input vertex attributes (from vertex shader)