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

Added support for TinyGL context versions. #6

Conversation

isojalka
Copy link

TinyGL has been updated to support the notion of context versions to be able to fix cases where TinyGL previously worked contrary to the OpenGL specifications, but where existing applications might rely on TinyGL's wrong behaviour.

An application built against the updated TinyGL SDK will have a defined maximum context version it is expecting built into it, which TinyGL when then use to set the context version for the application.

With this commit, SDL has been updated to perform a similar function. An application built against an updated SDL SDK will also have a defined maximum TinyGL context version, and SDL will in turn inform TinyGL of this maximum context version.

TinyGL has been updated to support the notion of context versions to
be able to fix cases where TinyGL previously worked contrary to the
OpenGL specifications, but where existing applications might rely on
TinyGL's wrong behaviour.

An application built against the updated TinyGL SDK will have a
defined maximum context version it is expecting built into it, which
TinyGL when then use to set the context version for the application.

With this commit, SDL has been updated to perform a similar function.
An application built against an updated SDL SDK will also have a
defined maximum TinyGL context version, and SDL will in turn inform
TinyGL of this maximum context version.
@BeWorld2018 BeWorld2018 deleted the branch BeWorld2018:MorphOS-SDL-2 September 16, 2024 11:05
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