mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
idk
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@136 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -199,11 +199,11 @@ void vulkan_setup(MwWidget handle) {
|
||||
uint32_t i;
|
||||
VkViewport viewport = {};
|
||||
VkRect2D scissor = {};
|
||||
VkCommandPool cmdPool = {};
|
||||
VkCommandPool cmdPool = VK_NULL_HANDLE;
|
||||
VkResult res = 0;
|
||||
VkShaderModule fragShaderModule;
|
||||
VkShaderModule vertShaderModule;
|
||||
VkPipelineLayout pipelineLayout = {};
|
||||
VkPipelineLayout pipelineLayout = VK_NULL_HANDLE;
|
||||
VkAttachmentDescription colorAttachment = {};
|
||||
VkAttachmentReference colorAttachmentRef = {};
|
||||
VkSubpassDescription subpass = {};
|
||||
|
||||
Reference in New Issue
Block a user