Skip to content

Extension missing in newer versions #62

@RoastedKaju

Description

@RoastedKaju

VK_ERROR_EXTENSION_NOT_PRESENT

I get this error when I have a context:std::unique_ptr<lvk::IContext> ctx = lvk::createVulkanContextWithSwapchain(window, width, height, {});

I added LVK as a submodule into my project, which upon running the build cmake it downloads some dependencies.
Here is my .gitmodules file

[submodule "external/lvk"]
	path = external/lvk
	url = https://github.com/corporateshark/lightweightvk.git

It used to work a month ago but now it gives me the Extension error in red.

I have a RX6800 XT if you need physical device.

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