Total mess. The instructions significantly fall apart at this point and I'll have to go reverse engineer the working version from the course's git repo.
This commit is contained in:
parent
7ae6a63295
commit
b3cdf37045
8 changed files with 185 additions and 196 deletions
|
|
@ -39,5 +39,7 @@ namespace vkinit {
|
|||
VkPipelineShaderStageCreateInfo pipeline_shader_stage_create_info(VkShaderStageFlagBits stage, VkShaderModule shader, const char* entry="main");
|
||||
|
||||
VkPipelineLayoutCreateInfo pipeline_layout_create_info();
|
||||
|
||||
VkRenderingAttachmentInfo depth_attachment_info(VkImageView view, VkImageLayout layout= VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue