Skip to content

Commit

Permalink
fixing linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Sep 16, 2024
1 parent 8333e41 commit 0dc74fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kanel/Runtime/Includes/Modules/GPU/RHI/RHICore.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <Core/Logs.h>

KANEL_CLI_CONSTEXPR KbhRHIType KBH_RHI_DEFAULT_BACKEND = KBH_RHI_VULKAN;
static const KbhRHIType KBH_RHI_DEFAULT_BACKEND = KBH_RHI_VULKAN;

KANEL_CLI_RHI_DEFINE_NULLABLE_HANDLE(KbhRHIContext);

Expand Down

0 comments on commit 0dc74fe

Please sign in to comment.