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

◆ has_gpu()

bool MayaFlux::Buffers::BufferTokenDistributor::has_gpu ( ProcessingToken  token)
staticprivate

Definition at line 76 of file BufferTokenDistributor.cpp.

77{
78 return token & ProcessingToken::GPU_PROCESS;
79}
@ GPU_PROCESS
Executes processing operations on GPU hardware.

References MayaFlux::Buffers::GPU_PROCESS.

Referenced by can_transfer(), decide_audio_buffer(), decide_transfer(), decide_vk_buffer(), is_valid_audio_token(), and is_valid_vk_token().

+ Here is the caller graph for this function: