EEVEE Next: Add imageStore/LoadFast ops to Renderpasses #121116

Merged
Clément Foucault merged 1 commits from Jason-Fielder/blender:im_store_fast_rp into main 2024-05-24 12:41:57 +02:00

1 Commits

Author SHA1 Message Date
Michael Parkin-White 6b81b851d3 EEVEE Next: Add imageStore/LoadFast ops to Renderpasses
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
Add fast image writing and reading variants for render passes.
These variants do not perform range checking on values
and should only be used in cases where the written texel is
guaranteed to be in range. This eliminates additional
branching and simplifies shader logic.

Authored by Apple: Michael Parkin-White
2024-04-26 10:38:09 +01:00