Search Results for

    Show / Hide Table of Contents

    Class GLCombineTextureSampler

    This struct represents all parameters supported in OpenGL for SamplerStateDescription.

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

    Fields

    SamplerState

    Method used for resolving a v texture coordinate that is outside the 0 to 1 range.

    Declaration
    public GLSamplerState SamplerState
    Field Value
    Type Description
    GLSamplerState

    Texture

    Method used for resolving a U texture coordinate that is outside the 0 to 1 range.

    Declaration
    public GLTexture Texture
    Field Value
    Type Description
    GLTexture

    Extension Methods

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