Condividi tramite


MTLClearValue Costruttori

Definizione

Overload

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

MTLClearValue(MTLClearColor)

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

Parametri

Si applica a

MTLClearValue(Double)

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

Parametri

depth
Double

Si applica a

MTLClearValue(UInt64)

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

Parametri

stencil
UInt64

Si applica a