Files
Towards/external/loft/modules/base/include/RenderPassLayout.hpp
T
Martin Slachta a04f0dc262 initial
2026-07-18 14:31:15 +02:00

10 lines
151 B
C++

#pragma once
#include <volk.h>
struct RenderPassLayout {
VkRenderPass renderpass;
VkDescriptorSetLayout setLayout[4];
VkPipelineLayout layout;
};