Class CAMetalLayer

    • Constructor Detail

      • CAMetalLayer

        public CAMetalLayer()
      • CAMetalLayer

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

        public CAMetalLayer​(CALayer layer)
    • Method Detail

      • setDevice

        public void setDevice​(MTLDevice v)
      • isFramebufferOnly

        public boolean isFramebufferOnly()
      • setFramebufferOnly

        public void setFramebufferOnly​(boolean v)
      • getDrawableSize

        public CGSize getDrawableSize()
      • setDrawableSize

        public void setDrawableSize​(CGSize v)
      • getMaximumDrawableCount

        public long getMaximumDrawableCount()
        Since:
        Available in iOS 11.2 and later.
      • setMaximumDrawableCount

        public void setMaximumDrawableCount​(long v)
        Since:
        Available in iOS 11.2 and later.
      • presentsWithTransaction

        public boolean presentsWithTransaction()
      • setPresentsWithTransaction

        public void setPresentsWithTransaction​(boolean v)
      • allowsNextDrawableTimeout

        public boolean allowsNextDrawableTimeout()
        Since:
        Available in iOS 11.0 and later.
      • setAllowsNextDrawableTimeout

        public void setAllowsNextDrawableTimeout​(boolean v)
        Since:
        Available in iOS 11.0 and later.