MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ setup_processors()

virtual void MayaFlux::Buffers::VKBuffer::setup_processors ( ProcessingToken  token)
inlinevirtual

Setup processors with a processing token.

Parameters
tokenProcessingToken to assign.

For VKBuffer this is a no-op as processors get the token. This is meant for derived classes that need to setup default processors

Reimplemented in MayaFlux::Buffers::TextureBindBuffer, MayaFlux::Buffers::GeometryBuffer, MayaFlux::Buffers::NetworkGeometryBuffer, and MayaFlux::Buffers::TextureBuffer.

Definition at line 239 of file VKBuffer.hpp.

239{ }