GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Struct GtfTextureInfo

    Represents information on a texture in a GTF 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 GtfTextureInfo

    Fields

    Name Description
    Depth

    The depth of the texture.

    Dimension

    The dimension of the texture.

    Format

    The format of the texture.

    Height

    The height of the texture.

    IsCubemap

    Indicates whether the texture is a cubemap.

    Location

    The location of the texture.

    Mipmap

    The mipmap level of the texture.

    Offset

    The offset of the texture.

    Padding

    Padding byte for alignment.

    Pitch

    The pitch of the texture.

    Remap

    The remap value for the texture.

    Width

    The width of the texture.

    Extension Methods

    GtfUtils.GetRawFormat(in GtfTextureInfo)
    GtfUtils.IsSwizzlable(in GtfTextureInfo)
    GtfUtils.IsSwizzle(in GtfTextureInfo)
    MemoryUtils.ReverseEndianness(ref GtfTextureInfo)