Class MTLFunctionConstantValues

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class MTLFunctionConstantValues
    extends NSObject
    Since:
    Available in iOS 10.0 and later.
    • Constructor Detail

      • MTLFunctionConstantValues

        public MTLFunctionConstantValues()
      • MTLFunctionConstantValues

        protected MTLFunctionConstantValues​(NSObject.Handle h,
                                            long handle)
      • MTLFunctionConstantValues

        protected MTLFunctionConstantValues​(NSObject.SkipInit skipInit)
    • Method Detail

      • setConstantValue

        public void setConstantValue​(org.robovm.rt.bro.ptr.VoidPtr value,
                                     MTLDataType type,
                                     long index)
      • setConstantValues

        public void setConstantValues​(org.robovm.rt.bro.ptr.VoidPtr values,
                                      MTLDataType type,
                                      NSRange range)
      • setConstantValue

        public void setConstantValue​(org.robovm.rt.bro.ptr.VoidPtr value,
                                     MTLDataType type,
                                     java.lang.String name)
      • reset

        public void reset()