Class MTLFunctionOptions


  • public final class MTLFunctionOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long CompileToBinary
      Compiles the found function.
      static long None
      Default usage
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CompileToBinary

        public static final long CompileToBinary
        Compiles the found function. This enables dynamic linking of this `MTLFunction`. Only supported for `visible` functions.
        See Also:
        Constant Field Values