|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inlinevirtual |
Checks if this processor can handle the specified buffer type.
| buffer | Buffer to check compatibility with |
This method enables dynamic processor validation and selection based on buffer characteristics. Processors can examine the buffer's data type, format, size, and other properties to determine compatibility, enabling robust error handling and automatic processor selection in complex processing pipelines.
Reimplemented in MayaFlux::Buffers::InputAccessProcessor, MayaFlux::Buffers::QuickProcess, MayaFlux::Buffers::ChannelProcessor, MayaFlux::Buffers::FinalLimiterProcessor, MayaFlux::Buffers::GraphicsBatchProcessor, MayaFlux::Buffers::PresentProcessor, MayaFlux::Buffers::ShaderProcessor, MayaFlux::Buffers::BufferDownloadProcessor, and MayaFlux::Buffers::BufferUploadProcessor.
Definition at line 180 of file BufferProcessor.hpp.