| 1477 | } |
| 1478 | |
| 1479 | bool Gui::Widgets::direction(const char label[], float3& direction) |
| 1480 | { |
| 1481 | return mpGui ? mpGui->mpWrapper->addDirectionWidget(label, direction) : false; |
| 1482 | } |
| 1483 | |
| 1484 | template<> |
| 1485 | FALCOR_API bool Gui::Widgets::checkbox<bool>(const char label[], bool& var, bool sameLine) |
no test coverage detected