Search Results for

    Show / Hide Table of Contents

    Class GLRasterizerState

    This class represents all parameters supported in OpenGL for RasterizerState.

    Inheritance
    object
    GLRasterizerState
    Namespace: Evergine.OpenGL
    Assembly: Evergine.OpenGL.dll
    Syntax
    public class GLRasterizerState

    Constructors

    GLRasterizerState()

    Initializes a new instance of the GLRasterizerState class.

    Declaration
    public GLRasterizerState()

    Methods

    Apply(GLGraphicsContext, GLGraphicsPipelineState, ref GLRasterizerStateDescription, bool)

    Apply all RasterizerState values.

    Declaration
    public void Apply(GLGraphicsContext context, GLGraphicsPipelineState previous, ref GLRasterizerStateDescription description, bool invertFrontFaceChanged)
    Parameters
    Type Name Description
    GLGraphicsContext context

    The OpenGL graphics context.

    GLGraphicsPipelineState previous

    Previous pipeline state.

    GLRasterizerStateDescription description

    New RasterizerState description.

    bool invertFrontFaceChanged

    The front face direction flip has changed.

    Extension Methods

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