Changes: - Track whether an output texture has been written to yet and only clear it on the first write. - Use `ClearColorConfig` on `CameraOutputMode` instead of a raw `LoadOp`. - Track whether a output texture has been seen when specializing the upscaling pipeline and use alpha blending for extra cameras rendering to that texture that do not specify an explicit blend mode. Fixes #6754 ## Testing Tested against provided test case in issue:  --- ## Changelog - Allow cameras rendering to the same output texture with mixed hdr to work correctly. ## Migration Guide - - Change `CameraOutputMode` to use `ClearColorConfig` instead of `LoadOp`. |
||
|---|---|---|
| .. | ||
| basis.rs | ||
| compressed_image_saver.rs | ||
| dds.rs | ||
| exr_texture_loader.rs | ||
| fallback_image.rs | ||
| hdr_texture_loader.rs | ||
| image_loader.rs | ||
| image_texture_conversion.rs | ||
| image.rs | ||
| ktx2.rs | ||
| mod.rs | ||
| texture_attachment.rs | ||
| texture_cache.rs | ||