Type Definition renderdoc::DevicePointer
[−]
[src]
type DevicePointer = *const c_void;
Raw mutable pointer to the API's root handle.
For example, this could be a pointer to an ID3D11Device
,
HGLRC
/GLXContext
, ID3D12Device
, etc.