Search Results for

    Show / Hide Table of Contents

    Struct GLPixelFormat

    Represents all information about a OpenGL Pixel format.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.OpenGL
    Assembly: Evergine.OpenGL.dll
    Syntax
    public struct GLPixelFormat

    Fields

    Compressed

    Whether this format is compressed.

    Declaration
    public bool Compressed
    Field Value
    Type Description
    bool

    Format

    The OpenGL PixelFormat value.

    Declaration
    public PixelFormat Format
    Field Value
    Type Description
    PixelFormat

    InternalFormat

    The OpenGL InternaFormat value.

    Declaration
    public InternalFormat InternalFormat
    Field Value
    Type Description
    InternalFormat

    PixelSize

    The OpenGL pixelsize value.

    Declaration
    public int PixelSize
    Field Value
    Type Description
    int

    PixelType

    The OpenGL pixeltype value.

    Declaration
    public uint PixelType
    Field Value
    Type Description
    uint

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX