-
Notifications
You must be signed in to change notification settings - Fork 855
Custom Passes for Render Graph #1009
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
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6ed601f
Implemented Probe Volume light list build.
JulienIgnace-Unity 7454aa7
Merge branch 'HDRP/rendergraph-misc' of https://github.com/Unity-Tech…
JulienIgnace-Unity 9a23e9d
Implement transparency overdraw.
JulienIgnace-Unity 3d2b33b
Implement XR occlusion mesh
JulienIgnace-Unity e23f6f6
Fix when no movecs are available.
JulienIgnace-Unity 587ef27
Remove unnecessary workaround.
JulienIgnace-Unity a5bf4c0
Merge branch 'HDRP/rendergraph-misc' of https://github.com/Unity-Tech…
JulienIgnace-Unity 05256fe
Fixed AO texture binding and usage.
JulienIgnace-Unity ac5d63d
Implement transparent SSR and fixed transparent depth prepass
JulienIgnace-Unity 6c2bb2d
Fixed a leak with the resource purge system.
JulienIgnace-Unity b4cda74
Temporary fix to a texture binding error with deferred compute shaders.
JulienIgnace-Unity 8d98914
Fixed null ref
JulienIgnace-Unity 057ba36
Fixed area shadows
JulienIgnace-Unity 28a69fb
Enabled test 2501 LightLayers
JulienIgnace-Unity 2e59707
Enabled SSAO tests 2601/2602
JulienIgnace-Unity 60a12f9
Fixed debug mode background color
JulienIgnace-Unity 5109cd2
Fixed GCAlloc in PushFullScreenDebug
JulienIgnace-Unity 7616e6d
Fixed GCAlloc in Resolve MSAA functions
JulienIgnace-Unity 000fcbb
Reenabled 8106
JulienIgnace-Unity 570e6bd
Fixed MSAA prepass and camera motion vector
JulienIgnace-Unity 22bfe94
Re-enabled tests 9402
JulienIgnace-Unity 9aaaf45
Re-enabled 9500, 9603 and 9604
JulienIgnace-Unity e992506
Fixed object motion vector pass with MSAA.
JulienIgnace-Unity 32e25f4
Fixed AOV output
JulienIgnace-Unity 9ff631d
Fixed binding of depth texture to volumetric lighting shader.
JulienIgnace-Unity 4010916
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity 2e2e778
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity 2916593
Custom Passes implementation WIP
JulienIgnace-Unity 23d829e
Remove comment
JulienIgnace-Unity 9b85049
Merge branch 'HDRP/staging' of https://github.com/Unity-Technologies/…
JulienIgnace-Unity 90653ea
Re-enabled tests 9700 9701 for custom passes.
JulienIgnace-Unity ac210ed
Add comment.
JulienIgnace-Unity e6c8530
typo
JulienIgnace-Unity 228a92d
Fixed a null ref and binding of color pyramid.
JulienIgnace-Unity 9c18fce
Implemented MSAA resolve for custom pass.
JulienIgnace-Unity File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Typo in the doc, this is now a class and not a struct