Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 548 Bytes

File metadata and controls

27 lines (20 loc) · 548 Bytes

GetTextureBitmap

Description

Function GetTextureBitmap returns the bitmap object attached to the referenced texture.

FUNCTION GetTextureBitmap(shaderRecord : HANDLE): HANDLE;
def vs.GetTextureBitmap(shaderRecord):
    return HANDLE

Parameters

Name Type Description
shaderRecord HANDLE Handle to shader record.

Remarks

Returns the bitmap object attached to the shader record, NIL if none

Version

Availability: from VectorWorks8.0

Category