MTLTextureDescriptor.allowGPUOptimizedContents

A Boolean value indicating whether the GPU is allowed to adjust the texture's contents to improve GPU performance.

  1. BOOL allowGPUOptimizedContents()
    class MTLTextureDescriptor
    @selector("allowGPUOptimizedContents")
    allowGPUOptimizedContents
    ()
  2. BOOL allowGPUOptimizedContents(BOOL )

Meta