in_visual_get_is_masking

Gets whether the node can be used as a source of masking operations.

version(IN_DYNLIB)
export extern (C) @nogc
bool
in_visual_get_is_masking

Parameters

self in_visual_t*

The visual to operate on.

Return Value

Type: bool

true if the visual can be used for masking, false otherwise.

Meta