Skip to content

functions: add a couple of missing stubs - #113

Open
mardy wants to merge 1 commit into
devkitPro:masterfrom
mardy:add-missing-stubs
Open

functions: add a couple of missing stubs#113
mardy wants to merge 1 commit into
devkitPro:masterfrom
mardy:add-missing-stubs

Conversation

@mardy

@mardy mardy commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

The SDL3 test program testgl1 loads all the GL functions declared in the render backend2 and fails to start if any of these fail.

Exporting these two functions allows the testgl program to run.

The SDL3 test program testgl[1] loads all the GL functions declared in
the render backend[2] and fails to start if any of these fail.

Exporting these two functions allows the testgl program to run.

[1]: https://github.com/libsdl-org/SDL/blob/main/test/testgl.c
[2]: https://github.com/libsdl-org/SDL/blob/main/src/render/opengl/SDL_glfuncs.h
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