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

useBufferSubData breaks rendering completely, if set to true #192

Open
BlazeMCworld opened this issue Nov 16, 2023 · 0 comments
Open

useBufferSubData breaks rendering completely, if set to true #192

BlazeMCworld opened this issue Nov 16, 2023 · 0 comments

Comments

@BlazeMCworld
Copy link

Problem

When useBufferSubData is set to true, which it is for my integrated Intel GPU on Windows, rendering breaks completely.
When setting it to false, it works without problems.

Solution

In the original c++ implementation its always set to false, since several other people had problems with that enabled, see here

So this should be a quick and easy fix, by always setting it to false, so its the same as the original imgui version.

Screenshots

Broken (useBufferSubData is true)

useBufferSubData set to true, broken

Working (useBufferSubData is false)

useBufferSubData set to false, working

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

No branches or pull requests

1 participant