com.sun.opengl.util.glsl
Class GLSLArrayHandler

java.lang.Object
  extended by com.sun.opengl.util.glsl.GLSLArrayHandler
All Implemented Interfaces:
GLArrayHandler

public class GLSLArrayHandler
extends Object
implements GLArrayHandler


Constructor Summary
GLSLArrayHandler(GLArrayDataEditable ad)
           
 
Method Summary
 void enableBuffer(GL gl, boolean enable)
           
protected  void passVertexAttribPointer(GL2ES2 gl, ShaderState st)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLSLArrayHandler

public GLSLArrayHandler(GLArrayDataEditable ad)
Method Detail

passVertexAttribPointer

protected final void passVertexAttribPointer(GL2ES2 gl,
                                             ShaderState st)

enableBuffer

public void enableBuffer(GL gl,
                         boolean enable)
Specified by:
enableBuffer in interface GLArrayHandler


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.