Class CVMetalTextureCacheAttributes

    • Constructor Detail

      • CVMetalTextureCacheAttributes

        public CVMetalTextureCacheAttributes()
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getMaximumTextureAge

        public long getMaximumTextureAge()
        Since:
        Available in iOS 8.0 and later.
      • setMaximumTextureAge

        public CVMetalTextureCacheAttributes setMaximumTextureAge​(long maximumTextureAge)
        Since:
        Available in iOS 8.0 and later.