Class MPSAccelerationStructureStatus


  • public final class MPSAccelerationStructureStatus
    extends java.lang.Object
    Possible values of the acceleration structure status property
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Built
      The acceleration structure has finished building
      static long Unbuilt
      The acceleration structure has not been built yet
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Unbuilt

        public static final long Unbuilt
        The acceleration structure has not been built yet
        See Also:
        Constant Field Values
      • Built

        public static final long Built
        The acceleration structure has finished building
        See Also:
        Constant Field Values