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!
You can find glVertexAttribIPointer in GL30 and glVertexAttribIPointerEXT in EXTGpuShader4.
Awesome! Thank you so much, spasi!