AMD_DBGAPI
0.70.1
|
Opaque process handle. More...
#include <amd-dbgapi.h>
Data Fields | |
uint64_t | handle |
Opaque process handle.
All operations that control an AMD GPU specify the process that is using the AMD GPU with the process handle. It is undefined to use handles returned by operations performed for one process, with operations performed for a different process.
Globally unique for a single library instance.
uint64_t amd_dbgapi_process_id_t::handle |