@protocol MTLComputePipelineState, MTLDevice, MTLLibrary; @interface VCPBackwarp : NSObject { id _backwarpKernel; id _device; id _mtlLibrary; } - (id)initWithDevice:(id)a0; - (void).cxx_destruct; - (int)configureGPU; - (int)encodeToCommandBuffer:(id)a0 input:(id)a1 output:(id)a2 flow:(id)a3 upscaledFlow:(id)a4; @end