Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 681 Bytes

File metadata and controls

30 lines (23 loc) · 681 Bytes

SetTextureBitmap

Description

Procedure SetTextureBitmap sets the bitmap object attached to the referenced texture. If no texture is desired then set textureBitmap to NIL.

PROCEDURE SetTextureBitmap(
				shaderRecord  : HANDLE;
				textureBitmap : HANDLE);
def vs.SetTextureBitmap(shaderRecord, textureBitmap):
    return None

Parameters

Name Type Description
shaderRecord HANDLE Handle to shader record.
textureBitmap HANDLE Handle to texture bitmap.

Remarks

Sets the bitmap for a shader record, use NIL for no bitmap

Version

Availability: from VectorWorks8.0

Category