Java 类org.lwjgl.opengl.ARBHalfFloatVertex 实例源码

项目:exterminate    文件:VertexAttribute.java   
public static VertexAttribute TexCoordsPacked (int unit) { //OSARIS c'est l� que t'as boss�.
    return new VertexAttribute(Usage.TextureCoordinatesPacked, 2,  ARBHalfFloatVertex.GL_HALF_FLOAT, false, ShaderProgram.TEXCOORD_ATTRIBUTE + unit, unit);
}