mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-14 02:07:57 -05: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);
|