bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
Buffer.map
ecs_utils
gfx
buffer
Buffer
Undocumented in source. Be warned that the author may not have intended to support it.
void
map
(BindTarget target)
void
map
(uint offset, uint size, BindTarget target, uint flags)
struct
Buffer
nothrow
void
map
(
uint
offset
,
uint
size
,
BindTarget
target
,
uint
flags
=
MapFlagBits.write
|
MapFlagBits.flush_explict
|
MapFlagBits.invalidate_buffer
)
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