mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed clang warning.
This commit is contained in:
@@ -490,7 +490,7 @@ namespace bgfx
|
||||
};
|
||||
BX_STATIC_ASSERT(BX_COUNTOF(s_dxbcSrvType) == DxbcResourceDim::Count);
|
||||
|
||||
static const char* s_dxbcInterpolationName[] =
|
||||
const char* s_dxbcInterpolationName[] =
|
||||
{
|
||||
"",
|
||||
"constant",
|
||||
|
||||
Reference in New Issue
Block a user