Metal: Add AMD support for subpass transition #119784

Merged
Jeroen Bakker merged 5 commits from Jason-Fielder/blender:MetalAMDSubpassTransitionSupport into main 2024-04-11 15:24:05 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 5ca3e0cb7e - Show all commits

View File

@ -3108,7 +3108,6 @@ std::string MSLGeneratorInterface::generate_msl_fragment_tile_input_population()
}
}
else {
/* TODO: Read from generated images. */
for (const MSLFragmentTileInputAttribute &tile_input : this->fragment_tile_inputs) {
fclem marked this conversation as resolved

What does this TODO refers to?

What does this TODO refers to?

Apologies, left over, already addressed, will remove.

Apologies, left over, already addressed, will remove.
/* Get read swizzle mask. */
char swizzle[] = "xyzw";