Skip to content

Unused additional functions in 14_command_buffers #177

@asuessenbach

Description

@asuessenbach

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions