idk
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@136 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
c3e06b73ea
commit
23d6e8787e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue