Trying to fix flickering lighting

This commit is contained in:
Dynamitos
2024-03-28 09:48:55 +01:00
parent 6b197b0b56
commit 05eff8ca6f
2 changed files with 28 additions and 3 deletions
+3 -3
View File
@@ -57,6 +57,6 @@ target_sources(Engine
add_subdirectory(RenderPass/)
add_subdirectory(Vulkan/)
if(APPLE)
add_subdirectory(Metal/)
endif()
#if(APPLE)
# add_subdirectory(Metal/)
#endif()