KDGpu::GpuSemaphore
Module: Public API
GpuSemaphore.
#include <gpu_semaphore.h>
Public Functions
Friends
Public Functions Documentation
function GpuSemaphore
function ~GpuSemaphore
function GpuSemaphore
| GpuSemaphore(
GpuSemaphore && other
)
|
function operator=
| GpuSemaphore & operator=(
GpuSemaphore && other
)
|
function GpuSemaphore
| GpuSemaphore(
const GpuSemaphore &
) =delete
|
function operator=
| GpuSemaphore & operator=(
const GpuSemaphore &
) =delete
|
function handle
| inline const Handle< GpuSemaphore_t > & handle() const
|
function isValid
| inline bool isValid() const
|
function operator Handle< GpuSemaphore_t >
| inline operator Handle< GpuSemaphore_t >() const
|
function externalSemaphoreHandle
| HandleOrFD externalSemaphoreHandle() const
|
Friends
friend Device
| friend class Device(
Device
);
|
Updated on 2024-11-22 at 00:02:02 +0000