mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed clang warning.
This commit is contained in:
parent
09e6aa3d9a
commit
f0ae846837
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue