GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Struct DdsHeader

    Represents the header of a DDS file.

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

    Fields

    Name Description
    Caps1

    DDS surface capabilities flags.

    Caps2

    Additional DDS surface capabilities flags.

    DdsPF

    The pixel format information for the DDS texture.

    Depth

    The depth of the DDS texture (for volume textures).

    Flags

    Flags indicating which members contain valid data.

    Height

    The height of the DDS texture in pixels.

    Magic

    The magic number identifying a DDS file.

    MipmapCount

    The number of mipmap levels.

    PitchOrLinearSize

    The pitch or linear size of the DDS texture.

    Reserved1

    Reserved fields for future use.

    Reserved2

    Reserved fields for future use.

    Size

    The size of the DDS header in bytes.

    Width

    The width of the DDS texture in pixels.

    Extension Methods

    MemoryUtils.ReverseEndianness(ref DdsHeader)