gpu property

SentryGpu? gpu

GPU context describes the GPU of the device.

Implementation

SentryGpu? get gpu => this[SentryGpu.type];
void gpu=(SentryGpu? gpu)

Implementation

set gpu(SentryGpu? gpu) => this[SentryGpu.type] = gpu;