Search Results for

    Show / Hide Table of Contents

    Struct DepthStencilBPP

    Depth and stencil bytes per pixel.

    Namespace: Evergine.OpenGL
    Assembly: Evergine.OpenGL.dll
    Syntax
    public struct DepthStencilBPP

    Constructors

    DepthStencilBPP(int, int)

    Initializes a new instance of the DepthStencilBPP struct.

    Declaration
    public DepthStencilBPP(int depth, int stencil)
    Parameters
    Type Name Description
    int depth

    The depth value.

    int stencil

    The stencil value.

    Fields

    Depth

    The depth value.

    Declaration
    public int Depth
    Field Value
    Type Description
    int

    Stencil

    Represents the stencil value.

    Declaration
    public int Stencil
    Field Value
    Type Description
    int

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX