vrGPUService¶
-
class
vrGPUService
¶
(Inherits vrBaseService
)
A service to query GPU information.
This service contains collects interfaces with information about different graphics APIs.
Summary¶
Functions¶
-
vrGPUService.
gpuInfo
()¶ Returns a list of objects with information about the gpus in the system.
Returns: The list of gpu info objects. Return type: List[vrdGpuInfo]
-
vrGPUService.
gpuStateInfo
()¶ Returns a list of objects with information about the current gpu state.
Returns: The list of gpu state objects. Return type: List[vrdGpuStateInfo]
-
vrGPUService.
openGLInfo
()¶ Returns an object with information about OpenGL.
Returns: The OpenGL object Return type: vrdOpenGLInfo
-
vrGPUService.
raytracingInfo
()¶ Returns an object with information about Raytracing.
Returns: The Raytracing object. Return type: vrdRaytracingInfo