VarinderSH
Results
2
issues of
VarinderSH
First of all Thanks to the MetalPetal team, I have build an application using this awesome library. but while testing the application I have found one memory crash which related...
let context = try! MTIContext(device: MTLCreateSystemDefaultDevice()!) let handler = MTIAsyncVideoCompositionRequestHandler(context: context, tracks: asset.tracks(withMediaType: .video)) { request in return FilterGraph.makeImage { output in request.anySourceImage => filterA => filterB => output }!...