[CLOSED] glVertexAttribIPointer

Started by Xepil, May 30, 2011, 00:36:08

Previous topic - Next topic

Xepil

Please add support for glVertexAttribIPointer.  I searched the lwjgl source code and documentation, but was unable to find it.  If it is already supported somewhere, then I would greatly appreciate some tips on where to find it.

Thank you!

spasi

You can find glVertexAttribIPointer in GL30 and glVertexAttribIPointerEXT in EXTGpuShader4.

Xepil

Awesome!  Thank you so much, spasi!