Skip to content

KDGpu::MemoryHandle

Module: Public API

#include <gpu_core.h>

Public Attributes

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 2025-04-12 at 00:01:45 +0000