Search Results for

    Show / Hide Table of Contents

    Class GLBlendState

    This struct represent all parameters supported in OpenGL for BlendState.

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

    Constructors

    GLBlendState()

    Initializes a new instance of the GLBlendState class.

    Declaration
    public GLBlendState()

    Methods

    Apply(GLGraphicsContext, ref GLGraphicsPipelineState, ref GLBlendStateDescription)

    Apply all BlendState values.

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

    The OpenGL graphicscontext.

    GLGraphicsPipelineState previous

    Previous pipeline state.

    GLBlendStateDescription description

    New BlendState description.

    Extension Methods

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