Skip to content

KDGpu::MemoryHandle

Module: Public API

#include <gpu_core.h>

Public Attributes

Name
HandleOrFD handle
DeviceSize allocationSize
DeviceSize allocationOffset

Friends

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

Public Attributes Documentation

variable handle

1
HandleOrFD handle;

variable allocationSize

1
DeviceSize allocationSize { 0 };

variable allocationOffset

1
DeviceSize allocationOffset { 0 };

Friends

friend operator==

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

    const MemoryHandle & 
);

Updated on 2026-02-10 at 00:01:17 +0000