KDGpu::CommandBuffer
Module: Public API
CommandBuffer. 
#include <command_buffer.h>
Public Functions
Friends
Public Functions Documentation
function CommandBuffer
function ~CommandBuffer
function CommandBuffer
 | CommandBuffer(
    CommandBuffer && other
)
  | 
 
function operator=
 | CommandBuffer & operator=(
    CommandBuffer && other
)
  | 
 
function CommandBuffer
 | CommandBuffer(
    const CommandBuffer & 
) =delete
  | 
 
function operator=
 | CommandBuffer & operator=(
    const CommandBuffer & 
) =delete
  | 
 
function handle
 | inline const Handle< CommandBuffer_t > & handle() const
  | 
 
function isValid
 | inline bool isValid() const
  | 
 
function operator Handle< CommandBuffer_t >
 | inline operator Handle< CommandBuffer_t >() const
  | 
 
Friends
friend CommandRecorder
 | friend class CommandRecorder(
    CommandRecorder 
);
  | 
 
friend operator==
 | friend KDGPU_EXPORT bool operator==(
    const CommandBuffer & a,
    const CommandBuffer & b
);
  | 
 
Updated on 2025-11-02 at 00:01:42 +0000