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

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

JoseAFRibeiro
Copy link

@JoseAFRibeiro JoseAFRibeiro commented Oct 11, 2023

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.

@JoseAFRibeiro JoseAFRibeiro marked this pull request as draft October 12, 2023 10:18
@@ -1,6 +1,6 @@
{
"name": "nuklear",
"version": "4.10.6",
"version": "4.10.7",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Since this is part of the demos, likely don't need to bump the version number 👍

Suggested change
"version": "4.10.7",
"version": "4.10.6",

@@ -7,6 +7,7 @@
/// - [y]: Minor version with non-breaking API and library changes
/// - [z]: Patch version with no direct changes to the API
///
/// - 2023/10/11 (4.10.7) - Fix glfw-gl4 assertion faillure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// - 2023/10/11 (4.10.7) - Fix glfw-gl4 assertion faillure

@RobLoach
Copy link
Contributor

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

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

Successfully merging this pull request may close these issues.

None yet

2 participants