Files
Copium/.gitignore
Tim Håkansson 4d2dfce31c Add Linux support
- 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
2025-08-09 21:42:15 +02:00

14 lines
121 B
Plaintext

Debug/
Release/
.vs/
*/Debug/
*/Release/
*/x64/
bin/
.ycm_extra_conf.py
.cache
libs
imgui.ini
Makefile
compile_flags.txt