Search Results for

    Show / Hide Table of Contents

    Class MTLHelpers

    A set of metal helpers.

    Inheritance
    object
    MTLHelpers
    Namespace: Evergine.Metal
    Assembly: Evergine.Metal.dll
    Syntax
    public static class MTLHelpers

    Methods

    IsStencilFormat(PixelFormat)

    Whether a format supports 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 supports stencil.

    In this article
    Back to top
    Generated by DocFX