Skip to content

Commit

Permalink
refactor descriptor sets + disable opengl
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorton06 committed Oct 23, 2024
1 parent 2d57072 commit 3b3ff20
Show file tree
Hide file tree
Showing 25 changed files with 873 additions and 740 deletions.
6 changes: 0 additions & 6 deletions Editor/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ project "LumosEditor"
{
"%{IncludeDir.entt}",
"%{IncludeDir.GLFW}",
"%{IncludeDir.Glad}",
"%{IncludeDir.lua}",
"%{IncludeDir.stb}",
"%{IncludeDir.ImGui}",
Expand Down Expand Up @@ -73,7 +72,6 @@ project "LumosEditor"
defines
{
"LUMOS_PLATFORM_WINDOWS",
"LUMOS_RENDER_API_OPENGL",
"LUMOS_RENDER_API_VULKAN",
"VK_USE_PLATFORM_WIN32_KHR",
"WIN32_LEAN_AND_MEAN",
Expand All @@ -91,7 +89,6 @@ project "LumosEditor"
links
{
"glfw",
"OpenGL32",
"OpenAL32"
}

Expand Down Expand Up @@ -129,7 +126,6 @@ project "LumosEditor"
{
"LUMOS_PLATFORM_MACOS",
"LUMOS_PLATFORM_UNIX",
"LUMOS_RENDER_API_OPENGL",
"LUMOS_RENDER_API_VULKAN",
"VK_EXT_metal_surface",
"LUMOS_IMGUI",
Expand All @@ -138,7 +134,6 @@ project "LumosEditor"

linkoptions
{
"-framework OpenGL",
"-framework Cocoa",
"-framework IOKit",
"-framework CoreVideo",
Expand Down Expand Up @@ -275,7 +270,6 @@ project "LumosEditor"
{
"LUMOS_PLATFORM_LINUX",
"LUMOS_PLATFORM_UNIX",
"LUMOS_RENDER_API_OPENGL",
"LUMOS_RENDER_API_VULKAN",
"VK_USE_PLATFORM_XCB_KHR",
"LUMOS_IMGUI",
Expand Down
Loading

0 comments on commit 3b3ff20

Please sign in to comment.