-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Material.CompilerPriorityQueueShader 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 CRITICALWe 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.
HIGHWe will need this program soon.
LOWWe will need this program eventually.
-
Method Summary
Modifier and Type Method Description static Array<Material.CompilerPriorityQueue>values()static Material.CompilerPriorityQueuevalueOf(String name)-
-
Method Detail
-
values
static Array<Material.CompilerPriorityQueue> values()
-
valueOf
static Material.CompilerPriorityQueue valueOf(String name)
-
-
-
-