OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
ossia::gpu_buffer_handle Struct Reference

Handle to a GPU buffer (vertex, index, uniform, storage) More...

Detailed Description

Handle to a GPU buffer (vertex, index, uniform, storage)

Public Member Functions

bool valid () const noexcept
 
bool operator== (const gpu_buffer_handle &) const noexcept=default
 

Public Attributes

void * native_handle {}
 
int64_t byte_size {}
 
int64_t byte_offset {}
 
uint32_t binding_index {}