Majorly cleaned up unnecessary includes and reformatted makefile to include shaders now.

This commit is contained in:
2024-10-09 02:53:44 -05:00
parent 5fca2134fe
commit 0fefb85d0a
15 changed files with 29 additions and 46 deletions

View File

@@ -1,16 +1,6 @@
#include "devicelibrary.h"
#include "global.h"
#include <algorithm>
#include <cstdint>
#include <limits>
#include <optional>
#include <ostream>
#include <set>
#include <stdexcept>
#include <string>
#include <vector>
#include <vulkan/vulkan_core.h>
namespace DeviceControl {