-
Notifications
You must be signed in to change notification settings - Fork 37
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 scene renderer class #427
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Hai Nguyen <chaoticbob@users.noreply.github.com> Co-authored-by: Aliya Pazylbekova <apazylbe@users.noreply.github.com>
9bf6903
to
9a89b9b
Compare
@@ -20,3 +20,4 @@ add_subdirectory(fluid_simulation/shaders) | |||
add_subdirectory(gbuffer/shaders) | |||
add_subdirectory(materials/shaders) | |||
add_subdirectory(oit_demo/shaders) | |||
add_subdirectory(scene_renderer/shaders) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move this into it's own PR? These shaders are already checked in and this is needed to use them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in #470. This line can be removed from this PR.
Since shaders are already checked in. This line is taken out of this PR: google#427
Since shaders are already checked in. This line is taken out of this PR: google#427
Since shaders are already checked in. This line is taken out of this PR: #427
No description provided.