LWJGL Forum

Archive => Resolved Bugs/RFE => Topic started by: Xepil on May 30, 2011, 00:36:08

Title: [CLOSED] glVertexAttribIPointer
Post by: Xepil on May 30, 2011, 00:36:08
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!
Title: Re: [RFE] glVertexAttribIPointer
Post by: spasi on May 30, 2011, 08:05:33
You can find glVertexAttribIPointer in GL30 and glVertexAttribIPointerEXT in EXTGpuShader4.
Title: Re: [CLOSED] glVertexAttribIPointer
Post by: Xepil on May 30, 2011, 12:35:39
Awesome!  Thank you so much, spasi!