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

◆ is_valid_vk_token()

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

Definition at line 94 of file BufferTokenDistributor.cpp.

95{
96 return has_gpu(token) && !has_cpu(token);
97}
static MayaFlux::Nodes::ProcessingToken token
Definition Timers.cpp:8
static bool has_gpu(ProcessingToken token)
static bool has_cpu(ProcessingToken token)

References has_cpu(), has_gpu(), and token.

Referenced by decide_vk_buffer().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: