Compartilhar via


MTLClearValue Construtores

Definição

Sobrecargas

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

MTLClearValue(MTLClearColor)

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

Parâmetros

Aplica-se a

MTLClearValue(Double)

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

Parâmetros

depth
Double

Aplica-se a

MTLClearValue(UInt64)

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

Parâmetros

stencil
UInt64

Aplica-se a