4d2dfce31c
- Add linux build system using MakeGen - Fix a swapchain validation error, likelydue to my linux system using a different vulkan version - Make DescriptorPool take in amount of descriptors it needs, instead of allocating a mass amount for every pool, causing loads of RAM/VRAM usage
42 lines
1.8 KiB
XML
42 lines
1.8 KiB
XML
<makegen>
|
|
<configuration name="Release">
|
|
<generatehfile>false</generatehfile>
|
|
<outputdir>bin/Release/</outputdir>
|
|
<outputname>libimgui.so</outputname>
|
|
<outputtype>sharedlibrary</outputtype>
|
|
<projectname>ImGui</projectname>
|
|
<includedir>../../repos/imgui/</includedir>
|
|
<includedir>/usr/include/freetype2/</includedir>
|
|
<sourcefile>../../repos/imgui/imgui.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_demo.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_draw.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_tables.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_widgets.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/backends/imgui_impl_glfw.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/backends/imgui_impl_vulkan.cpp</sourcefile>
|
|
<srcdir></srcdir>
|
|
</configuration>
|
|
<configuration name="Debug">
|
|
<cflag>-g3</cflag>
|
|
<cflag>-w</cflag>
|
|
<define>_DEBUG</define>
|
|
<generatehfile>false</generatehfile>
|
|
<outputdir>bin/Debug/</outputdir>
|
|
<outputname>libimgui.so</outputname>
|
|
<outputtype>sharedlibrary</outputtype>
|
|
<projectname>ImGui</projectname>
|
|
<includedir>../../repos/imgui/</includedir>
|
|
<includedir>/usr/include/freetype2/</includedir>
|
|
<sourcefile>../../repos/imgui/imgui.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_demo.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_draw.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_tables.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/imgui_widgets.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/backends/imgui_impl_glfw.cpp</sourcefile>
|
|
<sourcefile>../../repos/imgui/backends/imgui_impl_vulkan.cpp</sourcefile>
|
|
<srcdir></srcdir>
|
|
</configuration>
|
|
<target>Debug</target>
|
|
<version>v1.3.6</version>
|
|
</makegen>
|