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

Function cmd_buffer_name

compute/vulkan/vulkan_queue.cpp:34–36  ·  view source on GitHub ↗

returns the debug name of the specified buffer or "unknown"

Source from the content-addressed store, hash-verified

32
33//! returns the debug name of the specified buffer or "unknown"
34static inline const char* cmd_buffer_name(const vulkan_command_buffer& cmd_buffer) {
35 return (cmd_buffer.name != nullptr ? cmd_buffer.name : "unknown");
36}
37
38static inline VkPipelineStageFlagBits2 sync_stage_to_vulkan_pipeline_stage(const compute_fence::SYNC_STAGE stage) {
39 switch (stage) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected