dawn-cmake/src/dawn/glfw
Ben Clayton 1b90f93742 tint: Remove type::AddressSpace::kNone
Just use kUndefined.

Change-Id: I26eada75a31b26f83e132a9a15c8ff64f7821676
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120404
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2023-02-18 12:37:34 +00:00
..
BUILD.gn Add a target for the GLFW surface helper. 2022-08-14 15:59:25 +00:00
CMakeLists.txt Add a target for the GLFW surface helper. 2022-08-14 15:59:25 +00:00
README.md Add a target for the GLFW surface helper. 2022-08-14 15:59:25 +00:00
utils.cpp tint: Remove type::AddressSpace::kNone 2023-02-18 12:37:34 +00:00
utils_metal.mm Add a target for the GLFW surface helper. 2022-08-14 15:59:25 +00:00

README.md

In order to use Dawn WebGPU implementation with GLFW there is some boilerplate code needed in order to create the WebGPU surface. This repo contains an implementation of that boilerplate which can be used by downstream applications. It can also serve as an example of how to integrate Dawn and GLFW if there is desire to not use this helper.