mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 14:23:02 +01:00
Added WebGPU. (#3544)
This commit is contained in:
committed by
GitHub
parent
967f7629b6
commit
868c66e1ed
@@ -44,6 +44,7 @@ namespace bgfx
|
||||
&s_attribTypeSizeGl, // OpenGLES
|
||||
&s_attribTypeSizeGl, // OpenGL
|
||||
&s_attribTypeSizeD3D1x, // Vulkan
|
||||
&s_attribTypeSizeD3D1x, // WebGPU
|
||||
&s_attribTypeSizeD3D1x, // Count
|
||||
};
|
||||
static_assert(BX_COUNTOF(s_attribTypeSize) == RendererType::Count+1);
|
||||
|
||||
Reference in New Issue
Block a user