AMD_DBGAPI
0.48.0
|
Opaque process handle. More...
#include <amd-dbgapi.h>
Data Fields | |
uint64_t | handle |
Opaque process handle.
Unique for a single library initialization.
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.
uint64_t amd_dbgapi_process_id_t::handle |