package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Adapter.InfoSource

Adapter info

Sourcetype t

The type for GPUAdapterInfo objects.

Sourceval vendor : t -> Jstr.t

vendor i is the vendor of i.

Sourceval architecture : t -> Jstr.t

architecture i is the architecture of i.

Sourceval device : t -> Jstr.t

device i is the device of i

Sourceval description : t -> Jstr.t

description i is the description of i