Procedure SetTextureShader sets the LightWorks internal property reference ID for the shader attached to the referenced texture.
PROCEDURE SetTextureShader(
texture : HANDLE;
shaderIndex : LONGINT);def vs.SetTextureShader(texture, shaderIndex):
return None| Name | Type | Description |
|---|---|---|
| texture | HANDLE | Handle to texture. |
| shaderIndex | LONGINT | Shader ID value for texture. |
Sets the shader to a LightWorks internal property ref.
SetTextureShader is obsolete as of VectorWorks9.0
Availability: from VectorWorks8.0