dawn-codegen 0.1.2

Code generator for Dawn WebGPU API
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod callbacks;
mod constants;
mod core;
mod enums;
mod extensions;
mod functions;
mod objects;
mod render;
mod structs;

pub use render::{GeneratedFiles, format_rust_source, generate_strings};