MetalVideoCapture/AAPLPVRTexture.h

/*
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 PVRTC Texture Loading classes for Metal. Based on the Apple Sample PVRTextureLoader, but ported to Metal.
  http://developer.apple.com/library/ios/#samplecode/PVRTextureLoader
 */
 
#import "AAPLTexture.h"
 
@interface AAPLPVRTexture : AAPLTexture
@end