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

@ -43,8 +43,8 @@
#include "vk_renderdevice.h"
#include "vulkan/vk_renderstate.h"
#include "vulkan/vk_postprocess.h"
#include "vulkan/accelstructs/vk_levelmesh.h"
#include "vulkan/accelstructs/vk_lightmapper.h"
#include "vulkan/vk_levelmesh.h"
#include "vulkan/vk_lightmapper.h"
#include "vulkan/pipelines/vk_renderpass.h"
#include "vulkan/descriptorsets/vk_descriptorset.h"
#include "vulkan/shaders/vk_shader.h"