Added note on examples not supporting GLSL100

This commit is contained in:
raysan5 2020-03-24 12:39:05 +01:00
parent 4e6db307e4
commit 6bab884d1d
8 changed files with 6 additions and 690 deletions

View file

@ -2,6 +2,9 @@
*
* raylib [models] example - PBR material
*
* NOTE: This example requires raylib OpenGL 3.3 for shaders support and only #version 330
* is currently supported. OpenGL ES 2.0 platforms are not supported at the moment.
*
* This example has been created using raylib 1.8 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*