diff options
Diffstat (limited to 'assets/shaders/glsl330/instancing.fs')
-rw-r--r-- | assets/shaders/glsl330/instancing.fs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/shaders/glsl330/instancing.fs b/assets/shaders/glsl330/instancing.fs index 0044ac7..40eaddf 100644 --- a/assets/shaders/glsl330/instancing.fs +++ b/assets/shaders/glsl330/instancing.fs @@ -1,7 +1,5 @@ #version 330 core -// https://github.com/Rogeatic/raylib-instancing - // Input vertex attributes (from vertex shader) in vec2 fragTexCoord; |