@protocol MTLTexture; @interface PTRenderEffectOutput : NSObject @property (readonly) id effectRGBA; @property (readonly) id effectDepth; - (void).cxx_destruct; - (id)initWithEffectRGBA:(id)a0 effectDepth:(id)a1; @end