KDGpu::ApiCommandBuffer¶
Module: API
#include <api_command_buffer.h>
Inherited by KDGpu::VulkanCommandBuffer
Public Functions¶
| Name | |
|---|---|
| virtual void | begin() =0 |
| virtual void | finish() =0 |
Public Functions Documentation¶
function begin¶
1 | |
Reimplemented by: KDGpu::VulkanCommandBuffer::begin
function finish¶
1 | |
Reimplemented by: KDGpu::VulkanCommandBuffer::finish
Updated on 2025-07-08 at 12:01:11 +0000