Hi Robert

Attached is a compile fix for IOS when using SDK version 5.1. They have
removed a few unused sampler defines from the gl header

  #define GL_SAMPLER_1D 0x8B5D
  #define GL_SAMPLER_3D 0x8B5F
  #define GL_SAMPLER_1D_SHADOW 0x8B61
  #define GL_SAMPLER_2D_SHADOW 0x8B62

My fix has been to define them in the Uniform header when using IOS SDK 5.1.

Cheers
Tom

Attachment: Uniform
Description: Binary data

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to