Skip to content

Commit

Permalink
Refactored Vulkan device queue structs, and moved image resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kosude committed Dec 18, 2023
1 parent 621de1c commit 449cf09
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align=center>
<img align=left src=".github/resources/render.png" height=110>
<img align=left src="rc/img/render.png" height=110>
</p>


Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/lib/vulkan/vk_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <cutils/carray/carray.h>

#include "types/vulkan/vk_device_queues.h"
#include "lib/vulkan/vk_device_queues.h"
#include "lib/vulkan/vk_loader.h"

/**
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions src/types/vulkan/vk_renderer_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

#include "thallium/core/renderer.h"
#include "lib/vulkan/vk_loader.h"

#include "vk_device_queues.h"
#include "lib/vulkan/vk_device_queues.h"

#define VK_NO_PROTOTYPES
#include <vulkan/vulkan.h>
Expand Down

0 comments on commit 449cf09

Please sign in to comment.