File DeviceConfig.h¶
FileList > Intern > rayx-core > src > Tracer > DeviceConfig.h
Go to the source code of this file
#include <string>#include <vector>#include "Core.h"
Namespaces¶
| Type | Name |
|---|---|
| namespace | rayx |
Classes¶
| Type | Name |
|---|---|
| struct | DeviceConfig |
| struct | Device |
Public Attributes¶
| Type | Name |
|---|---|
All = Cpu \| Gpu |
|
Cpu = CpuSerial \| CpuParallel |
|
CpuParallel = 1 << 1 |
|
CpuSerial = 1 << 0 |
|
Gpu = GpuCuda |
|
GpuCuda = 1 << 2 |
|
None = 0 |
Public Attributes Documentation¶
variable All¶
variable Cpu¶
variable CpuParallel¶
variable CpuSerial¶
variable Gpu¶
variable GpuCuda¶
variable None¶
The documentation for this class was generated from the following file Intern/rayx-core/src/Tracer/DeviceConfig.h