summaryrefslogtreecommitdiff
path: root/engine/xe_frame_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/xe_frame_info.hpp')
-rw-r--r--engine/xe_frame_info.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/engine/xe_frame_info.hpp b/engine/xe_frame_info.hpp
deleted file mode 100644
index 074895d..0000000
--- a/engine/xe_frame_info.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include "xe_camera.hpp"
-
-#include <vulkan/vulkan.h>
-
-namespace xe {
-
-struct XeFrameInfo {
- int frameIndex;
- float frameTime;
- VkCommandBuffer commandBuffer;
- XeCamera &camera;
-};
-
-} \ No newline at end of file