|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
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 from MayaFlux::Buffers::BufferProcessor.
Definition at line 97 of file ShaderProcessor.cpp.