public class

VertexBufferObjectAttribute

extends Object
java.lang.Object
   ↳ org.andengine.opengl.vbo.attribute.VertexBufferObjectAttribute
Known Direct Subclasses

Class Overview

(c) Zynga 2011

Summary

Public Constructors
VertexBufferObjectAttribute(int pLocation, String pName, int pSize, int pType, boolean pNormalized, int pOffset)
Public Methods
int getLocation()
String getName()
int getOffset()
int getSize()
int getType()
void glVertexAttribPointer(int pStride)
boolean isNormalized()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VertexBufferObjectAttribute (int pLocation, String pName, int pSize, int pType, boolean pNormalized, int pOffset)

Public Methods

public int getLocation ()

public String getName ()

public int getOffset ()

public int getSize ()

public int getType ()

public void glVertexAttribPointer (int pStride)

public boolean isNormalized ()