Fix: End of non void function error in previous commit

This commit is contained in:
Omar Emara
2023-07-19 15:51:36 +03:00
parent 817a1a5c8f
commit a79680b4d1

View File

@@ -159,6 +159,9 @@ static const char *get_compute_complete_blocks_shader(SummedAreaTableOperation o
case SummedAreaTableOperation::Square:
return "compositor_summed_area_table_compute_complete_blocks_square";
}
BLI_assert_unreachable();
return "";
}
/* Computes the final summed area table blocks from the complete X and Y prologues using equation