Skip to content

Minor gl_shader fixes #1743

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

Merged
merged 2 commits into from
Aug 13, 2025
Merged

Minor gl_shader fixes #1743

merged 2 commits into from
Aug 13, 2025

Conversation

VReaperV
Copy link
Contributor

This was caught by CI in #1741

Fixes ShaderProgramDescriptor definition order since GLShader requires the complete type, not sure how it was working previously.

Also fixed a missed std::is_pod by converting it to IsPod.

@illwieckz
Copy link
Member

illwieckz commented Aug 11, 2025

not sure how it was working previously.

Because we weren't looking at it. 🫣

Copy link
Member

@illwieckz illwieckz left a comment

Choose a reason for hiding this comment

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

LGTM.

@VReaperV
Copy link
Contributor Author

not sure how it was working previously.

Because we weren't looking at it. 🫣

Quantum bugs.

@VReaperV VReaperV merged commit c44f885 into DaemonEngine:master Aug 13, 2025
9 checks passed
@VReaperV VReaperV deleted the fix-definition branch August 13, 2025 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants