diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-25 12:13:07 -0400 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-25 12:13:07 -0400 |
commit | ffd2d8220d57587da9a73183f9aa1bdaff303f3f (patch) | |
tree | 32202311cfb74c2a2d522b7192480bed87b1cab8 /engine/xe_render_system.cpp | |
parent | vertex data no longer hard coded (diff) | |
parent | delete unused folder (diff) | |
download | minecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.tar.gz minecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.tar.bz2 minecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.zip |
merge in input
Diffstat (limited to 'engine/xe_render_system.cpp')
-rw-r--r-- | engine/xe_render_system.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/engine/xe_render_system.cpp b/engine/xe_render_system.cpp index cf30f24..a308874 100644 --- a/engine/xe_render_system.cpp +++ b/engine/xe_render_system.cpp @@ -1,19 +1,5 @@ #include "xe_render_system.hpp" -#include <vulkan/vulkan.h> -#include "xe_device.hpp" -#include "xe_pipeline.hpp" -#include "xe_game_object.hpp" -#include "xe_swap_chain.hpp" -#include "xe_renderer.hpp" -#include "xe_descriptors.hpp" -#include "xe_engine.hpp" - -#include <memory> -#include <stdexcept> - -#include <iostream> - namespace xe { RenderSystem::RenderSystem( |