public final class MPSAccelerationStructureUsage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
FrequentRebuild
Option indicating that the acceleration structure will be rebuilt frequently.
|
static long |
None
No usage options specified
|
static long |
PreferCPUBuild
Prefer building the acceleration structure on the CPU.
|
static long |
PreferGPUBuild
Prefer building the acceleration structure on the GPU.
|
static long |
Refit
Enable support for refitting the acceleration structure after it has been built.
|
public static final long None
public static final long Refit
public static final long FrequentRebuild
public static final long PreferGPUBuild
public static final long PreferCPUBuild