| 345 | } |
| 346 | |
| 347 | bool RenderWindowBridge::HasMxNCameraGetter() const |
| 348 | { |
| 349 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 350 | return static_cast<bool>(m_MxNCameraGetter); |
| 351 | } |
| 352 | |
| 353 | bool RenderWindowBridge::HasMxNCameraSetter() const |
| 354 | { |
no outgoing calls