Struct Value::ArrayUint8

Nested Relationships

This struct is a nested type of Struct GlobalSymbol::Value.

Struct Documentation

struct ArrayUint8

Public Members

uint32_t count

Number of bytes in the pData array.

uint8_t *pData

Pointer to an array of count bytes. Invalid after calling DestroyGpuDevice/UnlinkGpuSpecificMdApiSourceUsage.