Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulkan renderer results in graphic glitches #134

Open
markusbkk opened this issue Oct 24, 2024 · 2 comments
Open

Vulkan renderer results in graphic glitches #134

markusbkk opened this issue Oct 24, 2024 · 2 comments
Labels
VK Vulkan specific issue

Comments

@markusbkk
Copy link

markusbkk commented Oct 24, 2024

I'm currently in the process of assessing graphics middleware solutions for my own little game engine (the choice is now pretty much down to LLGL and DiligentEngine).

LLGL works great for OpenGL but as soon as I switch to the Vulkan renderer, I get nothing but graphical glitches in any of the included examples.

Vulkan works fine under Diligent so I guess driver issues can be ruled out? While Diligent appears to have shipped with its own copy of the Vulkan SDK, I had to run sudo apt-get install libvulkan-dev for LLGL. Do I need a different version of the SDK, maybe?

OS: Pop! OS 22.04
GPU: Radeon 760m (iGPU)

image

EDIT: Vulkan SDK is version 1.3.280.0

@LukasBanana LukasBanana added the VK Vulkan specific issue label Oct 27, 2024
@LukasBanana
Copy link
Owner

LukasBanana commented Oct 27, 2024

Hi, I just got back from a business trip and got sick on the way back. So I can only sporadically respond here. In the meantime, can you try launching the example with -d to enable debug mode, including the Vulkan validation layers? That should provide some insight what's going wrong.
Have you also tried running the example through RenderDoc?

@markusbkk
Copy link
Author

markusbkk commented Oct 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VK Vulkan specific issue
Projects
None yet
Development

No branches or pull requests

2 participants