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

remove GL_EXT_direct_state_access from some ES EXT extensions #646

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zmike
Copy link
Contributor

@zmike zmike commented Mar 26, 2025

internal issue 243

Dependencies on GL_EXT_direct_state_access

If GL_EXT_direct_state_access is not supported, remove all references to
NamedBufferStorageEXT.
Copy link
Member

Choose a reason for hiding this comment

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

Please remove actual references to that function, starting from line 79.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops, fixed. I wonder if this should also modify the issues section where it mentions DSA.

Copy link
Member

Choose a reason for hiding this comment

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

Yes. This is an ES-only extension so DSA does not exist here. Note that there are 11 references to that function in the extension text.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added another issue to document this.

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.

2 participants