...
Name | Description |
---|---|
ECpuGpuMode | Controls how the hardware is used by Enlighten to generate precompute data. |
eRTAPI | Ray-tracing APIs. |
...
Controls how the hardware is used by Enlighten to generate precompute data.
...
ertCpuShared | Use CPU only. Allow multiple concurrent tasks between separate processes. |
ertCpuExclusive | Use CPU only. Block task if another Enlighten precompute task is running. |
ertDefault | Default is to use CPU only. |
...