Class MTLHelpers
A set of Metal Helpers.
Inherited Members
Namespace: Evergine.Metal
Assembly: Evergine.Metal.dll
Syntax
public static class MTLHelpers
Methods
IsStencilFormat(PixelFormat)
Whether a format support stencil or not.
Declaration
public static bool IsStencilFormat(PixelFormat format)
Parameters
Type | Name | Description |
---|---|---|
PixelFormat | format | The format to evaluate. |
Returns
Type | Description |
---|---|
bool | True if the format support stencil. |