1. a45561b dawn.json: Add the "chain roots" data for chained structs. by Corentin Wallez · 2 years, 6 months ago
  2. 7477120 Add nullable annotations to webgpu.h by Corentin Wallez · 2 years, 8 months ago
  3. d450c6e Fix -Wstrict-prototypes in webgpu.h by Corentin Wallez · 2 years, 10 months ago
  4. 71a363b Add error directives for api.h/api_cpp.h #ifdef __EMSCRIPTEN__ by Shrek Shao · 3 years ago
  5. 874c6cf Update BSD 3 license comment by Austin Eng · 3 years, 1 month ago
  6. d7304d1 Further api.h license issue fixes by Shrek Shao · 3 years, 1 month ago
  7. 2bf9990 Fix google3 license related issues by Shrek Shao · 3 years, 1 month ago
  8. 23f7162 Add a category named function in dawn.json by fujunwei · 3 years, 1 month ago
  9. 4e87690 Add ability to generate constants from dawn.json by fujunwei · 3 years, 2 months ago chromium/4729
  10. 76bda37 dawn.json changes for the flexible templates by fujunwei · 3 years, 2 months ago[Renamed (78%) from generator/templates/webgpu.h]
  11. 2a5b981 Deprecation of using 0 as default size in buffer mapAsync by Zhaoming Jiang · 3 years, 3 months ago
  12. 7d174a1 dawn.json changes to match upstream webgpu.h by Kai Ninomiya · 3 years, 4 months ago
  13. 930e918 Generate multiple variants of webgpu.h header by Kai Ninomiya · 3 years, 4 months ago
  14. bffc966 Add wgpuDeviceGetLimits. Split Required/Supported limit structs by Austin Eng · 3 years, 4 months ago
  15. 4935c14 Use WGPU_MIP_LEVEL_COUNT_UNDEFINED instead of 0 by jchen10 · 3 years, 4 months ago
  16. 96ac969 Use WGPU_ARRAY_LAYER_COUNT_UNDEFINED instead of 0 by jchen10 · 3 years, 4 months ago
  17. 02fbf16 Add validation, storage, and querying of limits by Austin Eng · 3 years, 4 months ago
  18. ff6c9ca6 wgpu::InputStepMode -> VertexStepMode by Corentin Wallez · 3 years, 6 months ago chromium/4587
  19. 58a471a Add ability to generate typedefs from dawn.json by Brandon Jones · 4 years ago
  20. cf820d7 Rename STRIDE_UNDEFINED to COPY_STRIDE_UNDEFINED by Kai Ninomiya · 4 years, 1 month ago
  21. f2df66f Remove deprecated names of texture formats. by Corentin Wallez · 4 years, 2 months ago
  22. 16036cf Add WGPU_STRIDE_UNDEFINED and update bytesPerRow/rowsPerImage validation by Kai Ninomiya · 4 years, 2 months ago
  23. 498d5ea Rename BC6HRGBSfloat to BC6HRGBFloat by Corentin Wallez · 4 years, 4 months ago
  24. 2f6e4ec Add wgpu::TextureFormat::RGB9E5Ufloat by Corentin Wallez · 4 years, 5 months ago
  25. 84ae2bf Remove deprecated "Binding" types and members by Corentin Wallez · 4 years, 8 months ago
  26. ce10034 Fix a -Wstrict-prototypes by Corentin Wallez · 4 years, 9 months ago
  27. c3c6694 Rename BG[L]Binding to BG[L]Entry by Corentin Wallez · 4 years, 9 months ago
  28. 713d9cb webgpu.h: Fix WGPU_WHOLE_SIZE causing linking errors. by Corentin Wallez · 5 years ago
  29. 13e2e13 Update WGPUChainedStruct usage to match webgpu.h by Corentin Wallez · 5 years ago
  30. 1bf3167 Add a proper license to webgpu.h's template. by Corentin Wallez · 5 years ago
  31. 2b24c3d webgpu.h introduce a base struct for extension structures. by Corentin Wallez · 5 years ago
  32. 5fc2c82 Add Instance and CreateInstance to webgpu.h by Corentin Wallez · 5 years ago
  33. 20c014c Fix typo in the name of wgpuGetProcAddress by Corentin Wallez · 5 years ago
  34. aca8c4a Remove the concept of "native_methods" in the generators by Corentin Wallez · 5 years ago
  35. 540abab Introduce a "callback" type in dawn.json by Corentin Wallez · 5 years ago
  36. 2c8b5c6 Introduce the webgpu[_cpp].h headers. by Corentin Wallez · 5 years ago