SoDataCompositordataType Property |
Data type of the final composed buffer.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFEnum<SoDataCompositorDataTypes> dataType { get; }
Public ReadOnly Property dataType As SoSFEnum(Of SoDataCompositorDataTypes)
Get
public:
property SoSFEnum<SoDataCompositorDataTypes>^ dataType {
SoSFEnum<SoDataCompositorDataTypes>^ get ();
}
member dataType : SoSFEnum<SoDataCompositorDataTypes> with get
Property Value
Type:
SoSFEnumSoDataCompositorDataTypes
Remarks. Default is UNSIGNED_BYTE. NOTE: If rgbaMode is true, this field is ignored and the output buffer is UNSIGNED_INT32.
See Also