diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-19 12:54:23 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-19 12:54:23 -0400 |
commit | 430a008ab34a2d8d381108c4b697894dc7d691c0 (patch) | |
tree | d7a5e7466f977771f4f22782f006977d2b8fff5d /engine/xe_frame_info.hpp | |
parent | start refactoring, doesnt compile (diff) | |
download | minecraftvulkan-430a008ab34a2d8d381108c4b697894dc7d691c0.tar.gz minecraftvulkan-430a008ab34a2d8d381108c4b697894dc7d691c0.tar.bz2 minecraftvulkan-430a008ab34a2d8d381108c4b697894dc7d691c0.zip |
more recatoring, doesnt compile
Diffstat (limited to 'engine/xe_frame_info.hpp')
-rw-r--r-- | engine/xe_frame_info.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/xe_frame_info.hpp b/engine/xe_frame_info.hpp index d6cf7cb..074895d 100644 --- a/engine/xe_frame_info.hpp +++ b/engine/xe_frame_info.hpp @@ -11,7 +11,6 @@ struct XeFrameInfo { float frameTime; VkCommandBuffer commandBuffer; XeCamera &camera; - VkDescriptorSet globalDescriptorSet; }; }
\ No newline at end of file |