Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 520 Bytes

File metadata and controls

28 lines (20 loc) · 520 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

  • Textures