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

Fix shaders_deffered_render.c for OpenGL ES 3 #4617

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

Bigfoot71
Copy link
Contributor

This fixes an incomplete framebuffer issue due to the use of a texture format not supported in ES 3.
This commit also adds more information on how to manage deferred rendering.
See: #4604 (comment)

This fixes an incomplete framebuffer issue due to the use of a texture format not supported in ES 3.
This commit also adds more information on how to manage deferred rendering.
@raysan5 raysan5 merged commit 6eb1206 into raysan5:master Dec 18, 2024
14 checks passed
@raysan5
Copy link
Owner

raysan5 commented Dec 18, 2024

@Bigfoot71 thank you very much for the review!

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