summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_material_pbr.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/models/models_material_pbr.c')
-rw-r--r--examples/models/models_material_pbr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/models/models_material_pbr.c b/examples/models/models_material_pbr.c
index 0da74140..f6000aef 100644
--- a/examples/models/models_material_pbr.c
+++ b/examples/models/models_material_pbr.c
@@ -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)
*