h3d.shader.Texture
h3d.shader.Texture
Inherits from: hxsl.Shader
Fields
| Name | Type | |
|---|---|---|
additive__ | Bool | |
killAlpha__ | Bool | |
specularAlpha__ | Bool | |
killAlphaThreshold__ | F64 | |
texture__ | h3d.mat.Texture | |
| static | SRC | String |
| static | _SHADER | hxsl.SharedShader |
Protos
f@30810updateConstants(h3d.shader.Texture, hxsl.Globals) → Voidf@30811getParamValue(h3d.shader.Texture, I32) → Dynf@30812getParamFloatValue(h3d.shader.Texture, I32) → F64
Bindings
- static
f@30813__constructor__(h3d.shader.Texture, h3d.mat.Texture) → Void