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::BindingInfo Struct Reference

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

Detailed Description

Structure holding information about a descriptor binding.

Definition at line 27 of file PipelineContext.h.

Member Data Documentation

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.