org.xith3d.scenegraph
Class GLSLVertexShader
java.lang.Object
org.xith3d.scenegraph.Shader
org.xith3d.scenegraph.GLSLShader
org.xith3d.scenegraph.GLSLVertexShader
- All Implemented Interfaces:
- java.lang.Comparable<Shader>, org.jagatoo.datatypes.Enableable
public class GLSLVertexShader
- extends GLSLShader
Created on Jul 7, 2006 by florian for project 'xith3d_glsl_shader_support'
| Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLSLVertexShader
public GLSLVertexShader(java.lang.String source)
GLSLVertexShader
public GLSLVertexShader()
setVertexAttributeMapping
public void setVertexAttributeMapping(int index,
java.lang.String name)
getVertexAttributesCount
public int getVertexAttributesCount()
getNthVertexAttributeIndex
public int getNthVertexAttributeIndex(int n)
getVertexAttributeMapping
public java.lang.String getVertexAttributeMapping(int index)