Edit

Share via


MTLClearValue Constructors

Definition

Overloads

MTLClearValue(MTLClearColor)
MTLClearValue(Double)
MTLClearValue(UInt64)

MTLClearValue(MTLClearColor)

public MTLClearValue (Metal.MTLClearColor color);
new Metal.MTLClearValue : Metal.MTLClearColor -> Metal.MTLClearValue

Parameters

Applies to

MTLClearValue(Double)

public MTLClearValue (double depth);
new Metal.MTLClearValue : double -> Metal.MTLClearValue

Parameters

depth
Double

Applies to

MTLClearValue(UInt64)

public MTLClearValue (ulong stencil);
new Metal.MTLClearValue : uint64 -> Metal.MTLClearValue

Parameters

stencil
UInt64

Applies to