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

@@ -242,7 +242,6 @@ namespace stl = std;
#define BGFX_RENDERER_METAL_NAME "Metal"
#define BGFX_RENDERER_NVN_NAME "NVN"
#define BGFX_RENDERER_VULKAN_NAME "Vulkan"
#define BGFX_RENDERER_WEBGPU_NAME "WebGPU"
#if BGFX_CONFIG_RENDERER_OPENGL
# if BGFX_CONFIG_RENDERER_OPENGL >= 31 && BGFX_CONFIG_RENDERER_OPENGL <= 33