Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.17k stars 553 forks source link

Fix fragment shader bindless handle assertion in glfw-gl4 backend #579

Open JoseAFRibeiro opened 12 months ago

JoseAFRibeiro commented 12 months ago

I came across #190 while trying to play with the glfw-gl4 backend, some research lead me to the issue and I noticed someone had provided a fix.

Before creating the PR, I had a look at both open and closed PRs to make sure this isn't a duplicate (hopefully I haven't missed a PR with tthese changes)

This PR is meant to introduce the fix @KreideGit gracefuly provided in #190 into the repository.

RobLoach commented 11 months ago

I'm unable to test this. Would someone else be able to give a review? Thanks!