Printing3DBufferFormat Enum

Definition

Specifies the format used by the buffer.

public enum class Printing3DBufferFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Graphics.Printing3D.Printing3DContract, 65536)]
enum class Printing3DBufferFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Graphics.Printing3D.Printing3DContract), 65536)]
public enum Printing3DBufferFormat
var value = Windows.Graphics.Printing3D.Printing3DBufferFormat.unknown
Public Enum Printing3DBufferFormat
Inheritance
Printing3DBufferFormat
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced in v1.0)

Fields

Printing3DDouble 500

A buffer of type double.

Printing3DUInt 501

A buffer of type uint.

R32G32B32A32Float 2

A four-component, 128-bit floating-point format that supports 32 bits per channel including alpha.

R32G32B32A32UInt 3

A four-component, 128-bit unsigned-integer format that supports 32 bits per channel including alpha.

R32G32B32Float 6

A three-component, 96-bit floating-point format that supports 32 bits per color channel.

R32G32B32UInt 7

A three-component, 96-bit unsigned-integer format that supports 32 bits per color channel.

Unknown 0

The format is not known.

Remarks

This API is designed for use with 3D Manufacturing Format (3MF) packages. For more info about 3MF, see the 3MF Specification.

Version history

Windows version SDK version Value added
1511 10586 Printing3DDouble
1511 10586 Printing3DUInt

Applies to