Files
Towards/external/loft/modules/base/include/RenderPassLayout.hpp
T

10 lines
151 B
C++
Raw Normal View History

2026-07-18 14:31:15 +02:00
#pragma once
#include <volk.h>
struct RenderPassLayout {
VkRenderPass renderpass;
VkDescriptorSetLayout setLayout[4];
VkPipelineLayout layout;
};