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

◆ is_graphics_thread()

bool MayaFlux::Core::GraphicsSubsystem::is_graphics_thread ( ) const
inline

Check if currently on graphics thread.

Definition at line 78 of file GraphicsSubsystem.hpp.

79 {
80 return std::this_thread::get_id() == m_graphics_thread_id;
81 }