Package 

Enum Material.CompilerPriorityQueue

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Material.CompilerPriorityQueue
    
                        

    Shader compiler priority queueOn platforms which support parallel shader compilation, compilation requests will beprocessed in order of priority, then insertion order.See compile.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CRITICAL

      We need this program NOW.When passed as an argument to compile, if the platform doesn't support parallel compilation, but does supportamortized shader compilation, the given shader program will be synchronously compiled.

      HIGH

      We will need this program soon.

      LOW

      We will need this program eventually.