Class MTLArgumentType


  • public final class MTLArgumentType
    extends java.lang.Object
    [@enum] MTLArgumentType The type for an input to a MTLRenderPipelineState or a MTLComputePipelineState [@constant] MTLArgumentTypeBuffer This input is a MTLBuffer [@constant] MTLArgumentTypeThreadgroupMemory This input is a pointer to the threadgroup memory. [@constant] MTLArgumentTypeTexture This input is a MTLTexture. [@constant] MTLArgumentTypeSampler This input is a sampler.