IsBlockBinding Data Member Function

Returns true if the <VariableNode> is being used as part of a uniform buffer or shader buffer. You can test more specifically by calling IsShaderBufferBinding or IsUniformBufferBinding.

Prototype

int32 IsBlockBinding()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.