Click or drag to resize
SoDataCompositordataType Property

Data type of the final composed buffer.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<SoDataCompositorDataTypes> dataType { get; }

Property Value

Type: SoSFEnumSoDataCompositorDataTypes
Remarks

. Default is UNSIGNED_BYTE. NOTE: If OIV.LDM.Nodes.SoDataCompositor.rgbaMode is true, this field is ignored and the output buffer is UNSIGNED_INT32.

See Also