Skip to content

Conversation

aichingm
Copy link
Contributor

The current glfw + opengl4 demo makes use of the ARB_bindless_texture extension which is not supported on all platforms in all drivers. On linux for example this extension is only supported in newer Nvidia and AMD drivers (not intel, apple, arm, ...) Source.

This PR renames the existing glfw_opengl4 demo to glfw_opengl4_ext and adds a newglfw_opengl4_core demo which does not make use of any opengl extensions.

PS: I'm sorry to sneak a second commit into this PR: it adds some not ignored demo binaries to .gitignore, mea culpa.

@aichingm aichingm force-pushed the master branch 2 times, most recently from 9b6b98d to 28f2717 Compare July 28, 2025 10:45
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.

1 participant