working on WebGPU command lists

This commit is contained in:
2025-02-23 20:50:49 +01:00
parent 443eb6b810
commit 311545feb2
12 changed files with 134 additions and 146 deletions

View File

@@ -17,6 +17,7 @@ typedef struct WebGPUDevice
WGPULimits limits;
WGPUAdapter adapter;
WGPUDevice device;
WGPUQueue queue;
bool has_error;
} WebGPUDevice;