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

Add SDL_RenderGeometryRaw wrapped function to SDL2 #2195

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

DragonSWDev
Copy link
Contributor

This function is used by Dear ImGui (imgui_impl_sdlrenderer2.cpp) in SDL_Renderer implementation. Adding this fixed my simple SDL2 game that uses SDL_Renderer and Dear ImGUI for interface. Seems to work fine.

Copy link
Collaborator

@ksco ksco left a comment

Choose a reason for hiding this comment

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

LGTM

@ksco
Copy link
Collaborator

ksco commented Dec 23, 2024

So CI failed, please submit the generated files too. (Those file will be generated after make.)

@DragonSWDev
Copy link
Contributor Author

@ksco Sorry, I omitted them accidentally, should be good now.

@ptitSeb ptitSeb merged commit 6fac9ee into ptitSeb:main Dec 23, 2024
27 checks passed
@ptitSeb
Copy link
Owner

ptitSeb commented Dec 23, 2024

Ok, merged.

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.

3 participants