@protocol MTLTexture; @interface PTTextureRGBA : PTTexture @property (retain) id texRGBA; - (unsigned long long)height; - (unsigned long long)width; - (void).cxx_destruct; @end