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

examples/shaders: Add an example for deferred shading #3496

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

27justin
Copy link
Contributor

Adds an example for deferred shading using a G-Buffer and a rudimentary lighting shader operating on the G-Buffer.

examples/Makefile Outdated Show resolved Hide resolved
examples/shaders/shaders_deferred_shading.c Outdated Show resolved Hide resolved
examples/shaders/shaders_deferred_shading.c Outdated Show resolved Hide resolved
@raysan5
Copy link
Owner

raysan5 commented Oct 31, 2023

@27justin Thank you very much for this great example! Please, could you review the mentioned points?

@27justin
Copy link
Contributor Author

Hey @raysan5, I amended the sources as per your comments and the project convention.
Let me know if there's more to fix 👍

@raysan5 raysan5 merged commit 3645244 into raysan5:master Oct 31, 2023
@raysan5
Copy link
Owner

raysan5 commented Oct 31, 2023

@27justin that's perfect! Thank you very much for such a nice addition! 😄

@27justin 27justin deleted the deferred-shading branch October 31, 2023 19:47
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