Removed WebGPU. (#3198)

This commit is contained in:
Бранимир Караџић
2023-11-09 17:15:22 -08:00
committed by GitHub
parent 67107e5511
commit 49c0e49527
30 changed files with 7 additions and 10733 deletions

View File

@@ -864,9 +864,6 @@ pub const RendererType = enum(c_int) {
/// Vulkan
Vulkan,
/// WebGPU
WebGPU,
Count
};