jjdh API

jjdh.opengl.engine.buffers
Class SingleIntegerBuffer

java.lang.Object
  extended by jjdh.opengl.engine.buffers.AbstractBuffer
      extended by jjdh.opengl.engine.buffers.SingleIntegerBuffer
All Implemented Interfaces:
GLSwitchable, GLBuffer
Direct Known Subclasses:
IndexBuffer

public abstract class SingleIntegerBuffer
extends AbstractBuffer


Field Summary
protected  IntBuffer buffer
           
 
Fields inherited from class jjdh.opengl.engine.buffers.AbstractBuffer
byteBuffer, isVBO, vboIndex
 
Constructor Summary
SingleIntegerBuffer()
           
SingleIntegerBuffer(int capacity)
           
 
Method Summary
protected  void recreateIntegerBuffer(int capacity)
           
 String toString()
           
 
Methods inherited from class jjdh.opengl.engine.buffers.AbstractBuffer
bind, bind, dispose, isBindable, isVBO, recreateByteBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jjdh.opengl.core.interfaces.GLSwitchable
disable, enable
 

Field Detail

buffer

protected IntBuffer buffer
Constructor Detail

SingleIntegerBuffer

public SingleIntegerBuffer()

SingleIntegerBuffer

public SingleIntegerBuffer(int capacity)
Method Detail

recreateIntegerBuffer

protected void recreateIntegerBuffer(int capacity)

toString

public String toString()
Overrides:
toString in class AbstractBuffer

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.