Поделиться через


MTLClearValue Конструкторы

Определение

Перегрузки

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

MTLClearValue(MTLClearColor)

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

Параметры

Применяется к

MTLClearValue(Double)

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

Параметры

depth
Double

Применяется к

MTLClearValue(UInt64)

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

Параметры

stencil
UInt64

Применяется к