GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Method ReverseEndianness

    ReverseEndianness(ref DdsHeader)

    Reverses a primitive value by performing an endianness swap of the specified DdsHeader value.

    Declaration
    public static void ReverseEndianness(this ref DdsHeader ddsHeader)
    Parameters
    Type Name Description
    DdsHeader ddsHeader

    A reference to the value to reverse.

    ReverseEndianness(ref DdsPixelFormat)

    Reverses a primitive value by performing an endianness swap of the specified DdsPixelFormat value.

    Declaration
    public static void ReverseEndianness(this ref DdsPixelFormat ddsPF)
    Parameters
    Type Name Description
    DdsPixelFormat ddsPF

    A reference to the value to reverse.

    ReverseEndianness(ref GtfHeader)

    Reverses a primitive value by performing an endianness swap of the specified GtfHeader value.

    Declaration
    public static void ReverseEndianness(this ref GtfHeader gtfHeader)
    Parameters
    Type Name Description
    GtfHeader gtfHeader

    A reference to the value to reverse.

    ReverseEndianness(ref GtfTextureAttribute)

    Reverses a primitive value by performing an endianness swap of the specified GtfTextureAttribute value.

    Declaration
    public static void ReverseEndianness(this ref GtfTextureAttribute texture)
    Parameters
    Type Name Description
    GtfTextureAttribute texture

    A reference to the value to reverse.

    ReverseEndianness(ref GtfTextureInfo)

    Reverses a primitive value by performing an endianness swap of the specified GtfTextureInfo value.

    Declaration
    public static void ReverseEndianness(this ref GtfTextureInfo texture)
    Parameters
    Type Name Description
    GtfTextureInfo texture

    A reference to the value to reverse.