Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian Dawid
0111a5977e Implement rendering a red triangle in the triangle-webgpu example 2025-09-30 11:42:16 +02:00
Sebastian Emanuel Dawid
044774dcee Provide weak default implementation for wgpuInstanceCreateSurface 2025-09-29 14:40:31 +02:00
Sebastian Emanuel Dawid
b0b39d678e Remove now unused wgpu member of _glfw 2025-09-29 11:41:35 +02:00
Sebastian Emanuel Dawid
8c2f255906 Remove function to pass address of wgpuInstanceCreateSurface.
I use an extern function with the `weak` attribute and an assert
to ensure that the function is available at runtime instead.

I also started to add an example using WebGPU.
2025-09-29 11:35:26 +02:00