Package 

Enum Material.UboBatchingMode

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

    
    public enum Material.UboBatchingMode
    
                        

    Defines whether a material instance should use UBO batching or not.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEFAULT

      For default, it follows the engine settings.If UBO batching is enabled on the engine and the material domain is SURFACE, itturns on the UBO batching. Otherwise, it turns off the UBO batching.

      DISABLED

      Disable the Ubo Batching for this material