iosmetalcore-video

CVMetalTextureCacheCreate arguments


Anyone knows what textureAttributes argument for? Acceptable keys and values for it?


Solution

  • In the header file CVMetalTextureCache.h, near where cache attributes such as kCVMetalTextureCacheMaximumTextureAgeKey are defined, there's this comment:

    // textureAttributes - reserved for future use
    

    And nothing's defined there. So, apparently there are no acceptable keys or values.