Maven module :un.engine : engine-opengl-util :
Class :
un.impl.opengl.shader.VertexAttribute
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
VertexAttribute,
getProgramId,
getLayoutIdx,
getType,
getSlotSize,
exist,
enable,
disable
public void
VertexAttribute (int programId, int layoutIdx, int type, int slotSize)
public int
getProgramId ()
public int
getLayoutIdx ()
public int
getType ()
public int
getSlotSize ()
public boolean
exist ()
public void
enable (GL2ES2 gl, VBO vbo)
public void
disable (GL2ES2 gl)
author Johann Sorel