Uses of Class
crystalspace.jbind.impl.csgfx.shadervar.csShaderVariable

Packages that use csShaderVariable
crystalspace.jbind.impl.csgfx.shadervar   
crystalspace.jbind.impl.video.material   
crystalspace.jbind.impl.video.shader.shader   
crystalspace.jbind.interfaces.igfx.shadervar   
crystalspace.jbind.interfaces.ivideo.shader.shader   
 

Uses of csShaderVariable in crystalspace.jbind.impl.csgfx.shadervar
 

Methods in crystalspace.jbind.impl.csgfx.shadervar that return csShaderVariable
 csShaderVariable csShaderVariableProxy.shaderVariable()
           
 csShaderVariable csShaderVariableProxy.realLocation()
           
 

Methods in crystalspace.jbind.impl.csgfx.shadervar with parameters of type csShaderVariable
 void csShaderVariableAccessor.preGetValue(csShaderVariable variable)
           
 void csShaderVariableProxy.shaderVariable(csShaderVariable v)
           
 void csShaderVariableProxy.realLocation(csShaderVariable v)
           
 

Constructors in crystalspace.jbind.impl.csgfx.shadervar with parameters of type csShaderVariable
csShaderVariableProxy(long name, iPointer ud, csShaderVariable realplace)
           
 

Uses of csShaderVariable in crystalspace.jbind.impl.video.material
 

Methods in crystalspace.jbind.impl.video.material that return csShaderVariable
 csShaderVariable csMaterial.getVariable(int name)
           
 csShaderVariable csMaterial.getVariableAdd(int name)
           
 csShaderVariable csMaterial.getVariableRecursive(int name)
           
 csShaderVariable csMaterial.getVariableRecursiveAdd(int name)
           
 

Methods in crystalspace.jbind.impl.video.material with parameters of type csShaderVariable
 void csMaterial.addVariable(csShaderVariable variable)
           
 

Uses of csShaderVariable in crystalspace.jbind.impl.video.shader.shader
 

Methods in crystalspace.jbind.impl.video.shader.shader that return csShaderVariable
 csShaderVariable csShader.getVariable(int name)
           
 csShaderVariable csShader.getVariableAdd(int name)
           
 csShaderVariable csShader.getVariableRecursive(int name)
           
 csShaderVariable csShader.getVariableRecursiveAdd(int name)
           
 csShaderVariable csShaderVariableContext.getVariable(int name)
           
 csShaderVariable csShaderVariableContext.getVariableAdd(int name)
           
 csShaderVariable csShaderVariableContext.getVariableRecursive(int name)
           
 csShaderVariable csShaderVariableContext.getVariableRecursiveAdd(int name)
           
 

Methods in crystalspace.jbind.impl.video.shader.shader with parameters of type csShaderVariable
 void csShader.addVariable(csShaderVariable variable)
           
 void csShaderVariableContext.addVariable(csShaderVariable variable)
           
 

Uses of csShaderVariable in crystalspace.jbind.interfaces.igfx.shadervar
 

Methods in crystalspace.jbind.interfaces.igfx.shadervar with parameters of type csShaderVariable
 void iShaderVariableAccessor.preGetValue(csShaderVariable variable)
          Called before the value of the attached SV is returned.
 

Uses of csShaderVariable in crystalspace.jbind.interfaces.ivideo.shader.shader
 

Methods in crystalspace.jbind.interfaces.ivideo.shader.shader that return csShaderVariable
 csShaderVariable iShaderVariableContext.getVariable(int name)
          Get a named variable from this context.
 csShaderVariable iShaderVariableContext.getVariableAdd(int name)
          Like GetVariable();, but it also adds it if doesn't exist already.
 csShaderVariable iShaderVariableContext.getVariableRecursive(int name)
          Get a named variable from this context, and any context above/outer.
 csShaderVariable iShaderVariableContext.getVariableRecursiveAdd(int name)
          Like GetVariable();, but it also adds it if doesn't exist already.
 

Methods in crystalspace.jbind.interfaces.ivideo.shader.shader with parameters of type csShaderVariable
 void iShaderVariableContext.addVariable(csShaderVariable variable)
          Add a variable to this context.