|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inlineoverrideprotectedvirtual |
Pure virtual transformation implementation - derived classes implement this.
| input | Input data with metadata (may be modified for in-place operations) |
This is where derived transformers implement their core transformation logic. The input may be modified for in-place operations. The result will be post-processed based on scope and quality settings.
Implements MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >.
Definition at line 65 of file GpuTransformer.hpp.