VRay SDK for C#
Loading...
Searching...
No Matches
VRay.ComputeDeviceInfo Struct Reference

Public Types

enum  ComputeDeviceType
 

Properties

int CcMajor [get, set]
 CUDA Compute Capability Major version number
 
int CcMinor [get, set]
 CUDA Compute Capability Minor version number
 
int FrequencyMHz [get, set]
 Base clock frequency or -1 if not available
 
int GigaFlops [get, set]
 Theoretical GFLOPS. 0 or -1 if not available
 
bool IsSupported [get, set]
 True if device is supported
 
string Name [get, set]
 Non-unique displayable name. Device index is its unique identifier.
 
int NumConnectedDisplays [get, set]
 The value is -1 if unavailable. Otherwise this is the number of displays attached to the device.
 
int RtCoreVersion [get, set]
 The version of the raytracing cores (if supported). 0 if the GPU does not support RT Cores
 
long TotalMemoryMB [get, set]
 Total usable device memory in megabytes
 
ComputeDeviceType Type [get, set]
 The type of hardware
 
bool UseForDenoising [get, set]
 True if device is set to be used for denoising.
 
bool UseForRendering [get, set]
 True if device is set to be used for rendering.
 

The documentation for this struct was generated from the following file: