You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?