Misc: fix compiler warning: implicit declaration of function

This commit is contained in:
oltolm
2026-02-04 22:22:16 +01:00
parent a8fbe8f28f
commit 60351c19cc
7 changed files with 41 additions and 40 deletions

View File

@@ -23,7 +23,7 @@ Gfx::CreateNativeVertexFormat(const PortableVertexDeclaration& vtx_decl)
return std::make_unique<D3DVertexFormat>(vtx_decl);
}
DXGI_FORMAT VarToD3D(ComponentFormat t, int size, bool integer)
static DXGI_FORMAT VarToD3D(ComponentFormat t, int size, bool integer)
{
using FormatMap = Common::EnumMap<DXGI_FORMAT, ComponentFormat::InvalidFloat7>;
static constexpr auto f = [](FormatMap a) { return a; }; // Deduction helper