Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
talvos::DescriptorElement Struct Reference

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...
 

Detailed Description

Structure used to hold information about an element of a descriptor array.

Definition at line 42 of file Object.h.

Member Data Documentation

uint64_t talvos::DescriptorElement::Address

Address of descriptor element.

Definition at line 44 of file Object.h.

uint64_t talvos::DescriptorElement::NumBytes

Size of descriptor element.

Definition at line 45 of file Object.h.