public final class MTLAccelerationStructureUsage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ExtendedLimits
Enable extended limits for this acceleration structure, possibly at the cost of
reduced ray tracing performance.
|
static long |
None
Default usage
|
static long |
PreferFastBuild
Prefer building this acceleration structure quickly at the cost of reduced ray
tracing performance.
|
static long |
Refit
Enable refitting for this acceleration structure.
|
public static final long None
public static final long Refit
public static final long PreferFastBuild
public static final long ExtendedLimits