Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
Structure used to hold information about an element of a descriptor array. More...
#include <talvos/Object.h>
Public Attributes | |
uint64_t | Address |
Address of descriptor element. More... | |
uint64_t | NumBytes |
Size of descriptor element. More... | |
Structure used to hold information about an element of a descriptor array.
uint64_t talvos::DescriptorElement::Address |