Class MTLFunctionType


  • public final class MTLFunctionType
    extends java.lang.Object
    [@enum] MTLFunctionType An identifier for a top-level Metal function. Each location in the API where a program is used requires a function written for that specific usage. [@constant] MTLFunctionTypeVertex A vertex shader, usable for a MTLRenderPipelineState. [@constant] MTLFunctionTypeFragment A fragment shader, usable for a MTLRenderPipelineState. [@constant] MTLFunctionTypeKernel A compute kernel, usable to create a MTLComputePipelineState.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait