vrdRaytracingInfo

class vrdRaytracingInfo

(Inherits vrdObject)

This class is part of vrGPUService.

Provides access to information about the GPU used for raytracing.

Functions

vrdRaytracingInfo.getDriverVersion()

Gets the driver version of the GPU.

On linux this only works for NVidia hardware with nvidia-smi installed in $PATH.

Returns:The driver version.
Return type:List[integer]
vrdRaytracingInfo.isGPURTSupported()

Determines if GPU raytracing is supported.

Returns:True if GPU raytracing supported, False otherwise.
Return type:bool