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 2024-12-01 at 00:01:41 +0000