Gpu cleanup

This commit is contained in:
luboslenco
2025-06-20 23:53:10 +02:00
parent 0318fd3a61
commit db5b28d2fd
10 changed files with 844 additions and 1100 deletions
-6
View File
@@ -23,9 +23,3 @@ struct WGPUShaderModuleImpl;
typedef struct {
WGPUShaderModule module;
} gpu_shader_impl_t;
typedef struct {
WGPUCommandEncoder encoder;
WGPURenderPassEncoder pass;
int indexCount;
} gpu_command_list_impl_t;