|
|
@ -1,8 +1,8 @@ |
|
|
|
/*******************************************************************************************
|
|
|
|
* |
|
|
|
* raylib [shaders] example - Color palette switch |
|
|
|
* |
|
|
|
* Example complexity rating: [★★★☆] 3/4 |
|
|
|
* |
|
|
|
* Example complexity rating: [★★★☆] 3/4 |
|
|
|
* |
|
|
|
* NOTE: This example requires raylib OpenGL 3.3 or ES2 versions for shaders support, |
|
|
|
* OpenGL 1.1 does not support shaders, recompile raylib to OpenGL 3.3 version. |
|
|
@ -18,7 +18,7 @@ |
|
|
|
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, |
|
|
|
* BSD-like license that allows static linking with closed source software |
|
|
|
* |
|
|
|
* Copyright (c) 2019-2024 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5) |
|
|
|
* Copyright (c) 2019-2025 Marco Lizza (@MarcoLizza) and Ramon Santamaria (@raysan5) |
|
|
|
* |
|
|
|
********************************************************************************************/ |
|
|
|
|
|
|
|