|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overrideprotectedvirtual |
The core processing function that must be implemented by derived classes.
| buffer | Buffer to process |
This method is where the actual transformation logic is implemented. It should contain the algorithmic details of how the buffer's data is transformed, analyzed, or processed. The implementation can utilize any backend capabilities available to the processor, including:
Derived classes must override this method to provide specific processing behavior.
Implements MayaFlux::Buffers::BufferProcessor.
Definition at line 66 of file TextureProcessor.cpp.
References m_texture_buffer, update_geometry_if_dirty(), and update_pixels_if_dirty().
Here is the call graph for this function: