REVIEWED: Added new examples to VS2022 solution

This commit is contained in:
Ray 2023-11-08 17:41:08 +01:00
parent fe757b6267
commit bbf0c3a46d
25 changed files with 4412 additions and 273 deletions

View file

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shaders] example - Apply a postprocessing shader and connect a custom uniform variable
* raylib [shaders] example - Postprocessing with custom uniform variable
*
* 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.