Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 643 Bytes

File metadata and controls

29 lines (22 loc) · 643 Bytes

CreateTextureBitmapD

Description

This function takes a shader record and creates a Texture bitmap.

FUNCTION CreateTextureBitmapD(parentShaderRecord : HANDLE): HANDLE;
def vs.CreateTextureBitmapD(parentShaderRecord):
    return HANDLE

Parameters

Name Type Description
parentShaderRecord HANDLE This is the shader record input that the texture bitmap will be attached to.

See Also

VS Functions: SetTextureBitmap | CreateShaderRecord

Version

Availability: from Vectorworks 2019

Category