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: 2024.1.1.0 (2024.1.1)
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