Skip to content

KDGpu::MemoryHandle

Module: Public API

#include <gpu_core.h>

Public Attributes

Name
HandleOrFD handle
size_t allocationSize
size_t allocationOffset

Friends

Name
bool operator==(const MemoryHandle & , const MemoryHandle & )

Public Attributes Documentation

variable handle

1
HandleOrFD handle;

variable allocationSize

1
size_t allocationSize { 0 };

variable allocationOffset

1
size_t allocationOffset { 0 };

Friends

friend operator==

1
2
3
4
5
friend bool operator==(
    const MemoryHandle & ,

    const MemoryHandle & 
);

Updated on 2024-09-10 at 00:01:43 +0000