In 14_command_buffers.cpp, there are (besides other stuff) two new functions that are not used: recordCommandBuffer and transition_image_layout.
- Is that intentional? Or should they be introduced with
15_hello_triangle, where they are actually used?
- If they should be kept in
14_command_buffers, should the synchronization2 feature be requested as well? That would be needed if those functions would be used.
- In order to keep naming scheme consistency, should
transition_image_layout be renamed to transitionImageLayout?
In
14_command_buffers.cpp, there are (besides other stuff) two new functions that are not used:recordCommandBufferandtransition_image_layout.15_hello_triangle, where they are actually used?14_command_buffers, should thesynchronization2feature be requested as well? That would be needed if those functions would be used.transition_image_layoutbe renamed totransitionImageLayout?