MCPcopy Create free account
hub / github.com/a2flo/floor / make_command_buffer

Method make_command_buffer

compute/vulkan/vulkan_queue.cpp:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781vulkan_command_buffer vulkan_queue::make_command_buffer(const char* name) const {
782 impl->create_thread_primary_command_pool();
783 return impl->thread_primary_cmd_pool->make_command_buffer(name);
784}
785
786vulkan_command_buffer vulkan_queue::make_secondary_command_buffer(const char* name) const {
787 impl->create_thread_secondary_command_pool();

Callers 4

create_cmd_bufferMethod · 0.80
create_encoderMethod · 0.80
vulkan_command_blockMethod · 0.80

Tested by

no test coverage detected