Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
Structure holding information about a descriptor binding. More...
#include <talvos/PipelineContext.h>
Public Attributes | |
uint64_t | Address |
The memory address of the descriptor resource. More... | |
uint64_t | NumBytes |
The number of bytes that have been bound. More... | |
Structure holding information about a descriptor binding.
Definition at line 27 of file PipelineContext.h.
uint64_t talvos::BindingInfo::Address |
The memory address of the descriptor resource.
Definition at line 29 of file PipelineContext.h.
uint64_t talvos::BindingInfo::NumBytes |
The number of bytes that have been bound.
Definition at line 30 of file PipelineContext.h.