Moving files

This commit is contained in:
Magnus Norddahl 2023-12-06 14:11:13 +01:00
commit ed7da1ae25
9 changed files with 7 additions and 9 deletions

View file

@ -22,13 +22,13 @@
#include "vk_renderstate.h"
#include "vulkan/vk_renderdevice.h"
#include "vulkan/vk_levelmesh.h"
#include "vulkan/commands/vk_commandbuffer.h"
#include "vulkan/buffers/vk_buffer.h"
#include "vulkan/pipelines/vk_renderpass.h"
#include "vulkan/descriptorsets/vk_descriptorset.h"
#include "vulkan/textures/vk_renderbuffers.h"
#include "vulkan/textures/vk_hwtexture.h"
#include "vulkan/accelstructs/vk_levelmesh.h"
#include <zvulkan/vulkanbuilders.h>
#include "hw_skydome.h"