After reading vulkan tutorials, there are still many unanswered questions.
How can I update blending code in already created pipeline? should I delete old and create pipeline?
Updating blend modes are very important for make graphical effects. Pipelines has dynamic states but
blending in not one of 'them'.