From eacd21b585fce815f2b4b149cd83cf90ffb50d11 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 7 Aug 2026 17:52:50 -0700 Subject: [PATCH] Fix issue with clang build --- Inc/Effects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/Effects.h b/Inc/Effects.h index c769abee..49929e62 100644 --- a/Inc/Effects.h +++ b/Inc/Effects.h @@ -798,7 +798,7 @@ namespace DirectX DIRECTX_TOOLKIT_API void XM_CALLCONV SetColorAndAlpha(FXMVECTOR value); // Light settings. - void XM_CALLCONV SetLightDirection(int whichLight, FXMVECTOR value) override; + DIRECTX_TOOLKIT_API void XM_CALLCONV SetLightDirection(int whichLight, FXMVECTOR value) override; DIRECTX_TOOLKIT_API void __cdecl EnableDefaultLighting() override; static constexpr int MaxDirectionalLights = 1;