bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
Buffer.Data
ecs_utils
gfx
buffer
Buffer
Undocumented in source.
struct
Buffer
struct
Data {
uint
elem_size
;
uint
gl_handle
;
void
*
map_ptr
;
}
Members
Variables
elem_size
uint
elem_size
;
Undocumented in source.
gl_handle
uint
gl_handle
;
Undocumented in source.
map_ptr
void
*
map_ptr
;
Undocumented in source.
Meta
Source
See Implementation
ecs_utils
gfx
buffer
Buffer
enums
BindTarget
MapFlagBits
StorageFlagBits
functions
bind
bindRange
bufferData
bufferSubData
create
destroy
flush
map
mappedPointer
unmap
static functions
unbind
structs
Data
variables
data