generated from cpp-best-practices/gui_starter_template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
I think we want this so so if we have any ops that modify the map they aren't tainted by swizzle_as_one_image. Though we currently don't.
if (
selections->get<ConfigKey::BatchOutputType>()
== output_types::swizzle_as_one_image)
{
save_map();
compact();
flatten();
save_textures();
}
else
{
compact();
flatten();
save_textures();
save_map();
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request