crystalspace.jbind.interfaces.igfx.shadervar
Interface iShaderVariableAccessor
- All Superinterfaces:
- iJPointer
- All Known Implementing Classes:
- csShaderVariableAccessor
- public interface iShaderVariableAccessor
- extends iJPointer
Interface to an accessorcallback for shadervariables. This is used when we
know the object providing the value of a single variable, but the exact
value cannot be predetermined.
- Author:
- Java wrapper - Quentin Anciaux, c++ version -
http://crystal.sourceforge.net/docs/online/pubapi/structiShaderVariableAccessor.php
preGetValue
public void preGetValue(csShaderVariable variable)
- Called before the value of the attached SV is returned.
- Parameters:
variable
-