update wgpu-native from v25.0.2.2 to v29.0.0.0

This commit is contained in:
Sven Balzer
2026-04-14 14:06:00 +02:00
parent 6dc54f9ef6
commit 07af9deb6a
7 changed files with 4678 additions and 830 deletions
+1 -1
View File
@@ -2273,7 +2273,7 @@ int main(int argc, char **argv) {
WGPURenderPassColorAttachment render_pass_color_attachment = {
.view = framebuffer_view,
.depthSlice = 0,
.depthSlice = WGPU_DEPTH_SLICE_UNDEFINED,
.resolveTarget = surface_texture_view,
.loadOp = WGPULoadOp_Clear,
.storeOp = WGPUStoreOp_Discard,