Struct DataChangeDesc

Struct Documentation

struct DataChangeDesc

Structure holding detailed information about modified memory range.

Public Members

DataChangeType type

Type of modified object being updated.

uint32_t subresource

Modified subresource index. Value used only for DirectX textures.

uint32_t depthPitch

Offset in bytes between depth slices. Value used only for DirectX 3D textures.

uint32_t rowPitch

Offset in bytes between rows of pixels. Value used only for DirectX 2D/3D textures.

uint64_t offset

Offset of modified memory range from the start of the tracked buffer.

uint64_t size

Size of modified memory range.