MTLClearValue コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MTLClearValue(MTLClearColor) | |
MTLClearValue(Double) | |
MTLClearValue(UInt64) |
MTLClearValue(MTLClearColor)
public MTLClearValue (Metal.MTLClearColor color);
new Metal.MTLClearValue : Metal.MTLClearColor -> Metal.MTLClearValue
パラメーター
- color
- MTLClearColor
適用対象
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