Dusk icon indicating copy to clipboard operation
Dusk copied to clipboard

Dawn Native WebGPU Examples

Results 11 Dusk issues
Sort by recently updated
recently updated
newest added

The API docs are being generated from `api.json` but it's mostly empty. This needs to get filled out with all the bits of the API (which should resolve all the...

documentation

Port an example from the webgpu repo showing compute shaders.

enhancement

Setup an action to run clang-tidy and clang-format and make sure no errors come out.

enhancement

Setup actions to build with both Clang and GCC (when GCC is fixed)

enhancement

There are a few pieces like the `Mat4` and `Vec3` code which could do with some unit tests. Create them and put into the relevant examples.

enhancement

The `example_05` README.md needs to be filled out with the relevant additions after `example_04`

documentation

The `example_04` README.md needs to be filled out with the relevant additions after `example_03`

documentation

The `example_03` README.md needs to be filled out with the relevant additions after `example_02`

documentation

The `example_02` README.md needs to be filled out with the relevant additions after `example_01`

documentation

Building with `clang` works correctly, GCC, not so much. * [ ] libdawn.cpp fails to find wgpu symbols (e.g. `wgpuRenderPassEncoderSetPipeline`) * [ ] Deprecated copy warning from assigning `backbufferView` [1]...

bug