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

◆ is_internal_only()

virtual bool MayaFlux::Buffers::Buffer::is_internal_only ( ) const
pure virtual

Checks if the buffer is marked as internal-only.

Returns
True if the buffer is internal-only, false otherwise

Indicates whether the buffer is excluded from root-level aggregation and processing. Internal-only buffers are typically processed entirely within a specific backend or domain.

Implemented in MayaFlux::Buffers::AudioBuffer, and MayaFlux::Buffers::VKBuffer.