From 8becaa395452587febd10bc6c20d943c1fe02ee9 Mon Sep 17 00:00:00 2001 From: BrutPitt Date: Tue, 25 Mar 2025 06:45:21 +0100 Subject: [PATCH] Changed comment reference to `emwgpudawn` an EMSCRIPTEN WGPU binding maintained by Google --- examples/example_sdl2_wgpu/sdl2wgpu.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/example_sdl2_wgpu/sdl2wgpu.cpp b/examples/example_sdl2_wgpu/sdl2wgpu.cpp index cd1d703af..489ef6282 100755 --- a/examples/example_sdl2_wgpu/sdl2wgpu.cpp +++ b/examples/example_sdl2_wgpu/sdl2wgpu.cpp @@ -32,7 +32,7 @@ WGPUSurface SDL_getWGPUSurface(WGPUInstance instance, SDL_Window* window) WGPUSurfaceDescriptorFromCanvasHTMLSelector surfaceSourceDesc = { chainedStruct, "canvas" }; surfaceDescriptor.nextInChain = &surfaceSourceDesc.chain; /* - // NEW in DAWN but not used in EMSCRIPTEN (yet) + // not used in EMSCRIPTEN (yet), but in DAWN EMSCRIPTEN fork emdawnwebgpu: https://dawn.googlesource.com/dawn/+/refs/heads/main/src/emdawnwebgpu/ chainedStruct.sType = WGPUSType_EmscriptenSurfaceSourceCanvasHTMLSelector; const WGPUEmscriptenSurfaceSourceCanvasHTMLSelector surfaceSourceDesc = { chainedStruct, "canvas" }; surfaceDescriptor.nextInChain = &surfaceSourceDesc.chain; @@ -89,3 +89,4 @@ WGPUSurface SDL_getWGPUSurface(WGPUInstance instance, SDL_Window* window) } +