| Package | com.yogurt3d.core.materials.shaders.renderstate |
| Class | public class ShaderConstants |
| Inheritance | ShaderConstants Object |
| Property | Defined By | ||
|---|---|---|---|
| firstRegister : int = 0 | ShaderConstants | ||
| matrix : Matrix3D | ShaderConstants | ||
| numRegisters : int | ShaderConstants | ||
| texture : ITexture | ShaderConstants | ||
| type : EShaderConstantsType | ShaderConstants | ||
| vector : Vector.<Number> | ShaderConstants | ||
| Method | Defined By | ||
|---|---|---|---|
ShaderConstants(_firstRegister:uint = 0, _type:EShaderConstantsType = null) | ShaderConstants | ||
| firstRegister | property |
public var firstRegister:int = 0| matrix | property |
public var matrix:Matrix3D| numRegisters | property |
public var numRegisters:int| texture | property |
public var texture:ITexture| type | property |
public var type:EShaderConstantsType| vector | property |
public var vector:Vector.<Number>| ShaderConstants | () | Constructor |
public function ShaderConstants(_firstRegister:uint = 0, _type:EShaderConstantsType = null)_firstRegister:uint (default = 0) | |
_type:EShaderConstantsType (default = null) |