次の方法で共有


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

適用対象