initial
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <volk.h>
|
||||
|
||||
struct RenderPassLayout {
|
||||
VkRenderPass renderpass;
|
||||
VkDescriptorSetLayout setLayout[4];
|
||||
VkPipelineLayout layout;
|
||||
};
|
||||
Reference in New Issue
Block a user