mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
12 lines
209 B
C
12 lines
209 B
C
#ifndef WGPU_H
|
|
#define WGPU_H
|
|
#include "wgpu.h"
|
|
#endif
|
|
|
|
WGPUU32Array read_file(const char *name);
|
|
|
|
void read_buffer_map(
|
|
WGPUBufferMapAsyncStatus status,
|
|
const uint8_t *data,
|
|
uint8_t *userdata);
|