MTLClearValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MTLClearValue(MTLClearColor) | |
MTLClearValue(Double) | |
MTLClearValue(UInt64) |
MTLClearValue(MTLClearColor)
public MTLClearValue (Metal.MTLClearColor color);
new Metal.MTLClearValue : Metal.MTLClearColor -> Metal.MTLClearValue
Parameters
- color
- MTLClearColor
Applies to
MTLClearValue(Double)
public MTLClearValue (double depth);
new Metal.MTLClearValue : double -> Metal.MTLClearValue
Parameters
- depth
- Double
Applies to
MTLClearValue(UInt64)
public MTLClearValue (ulong stencil);
new Metal.MTLClearValue : uint64 -> Metal.MTLClearValue
Parameters
- stencil
- UInt64