Search Results for

    Show / Hide Table of Contents

    Struct TexDmpDataBox

    Text Dump data box.

    Namespace: Evergine.Assets.Extensions.TexDmp
    Assembly: Evergine.Assets.dll
    Syntax
    public struct TexDmpDataBox

    Fields

    Data

    The data array.

    Declaration
    public byte[] Data
    Field Value
    Type Description
    byte[]

    RowPitch

    Gets the number of bytes per row.

    Declaration
    public uint RowPitch
    Field Value
    Type Description
    uint

    SlicePitch

    Gets the number of bytes per slice (for a 3D texture, where a slice is a 2D image).

    Declaration
    public uint SlicePitch
    Field Value
    Type Description
    uint

    Extension Methods

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