lovr/src/core/gpu_webgpu.c

11 lines
132 B
C

#include "gpu.h"
#include <webgpu/webgpu.h>
bool gpu_init(gpu_config* config) {
return false;
}
void gpu_destroy(void) {
//
}