Skip to content

Chapter 1: Vulkan Init Code using invalid variable name for create_swapchain() #140

@Fabxx

Description

@Fabxx

the following functions uses:

void VulkanEngine::init_swapchain()
{
	create_swapchain(_windowExtent.width, _windowExtent.height);
}

did you mean to use this?

void VulkanEngine::init_swapchain()
{
	create_swapchain(_swapchainExtent.width, _swapchainExtent.height);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions