tree: e34be251c58968a2715de24aabd55eb8b5a3926a [path history] [tgz]
  1. BUILD.gn
  2. CMakeLists.txt
  3. README.md
  4. utils.cpp
  5. utils_metal.mm
src/dawn/glfw/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.