mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
tes
This commit is contained in:
@@ -16,6 +16,8 @@ typedef struct WebGPUBuffer
|
||||
WGPUBuffer buffer;
|
||||
void* map;
|
||||
PulseMapMode current_map_mode;
|
||||
PulseBuffer upload_staging;
|
||||
bool needs_staging_upload;
|
||||
} WebGPUBuffer;
|
||||
|
||||
PulseBuffer WebGPUCreateBuffer(PulseDevice device, const PulseBufferCreateInfo* create_infos);
|
||||
|
||||
Reference in New Issue
Block a user