| 112 | |
| 113 | inline void disable() { m_enabled = false; } |
| 114 | inline bool isEnabled() const { return m_enabled; } |
| 115 | |
| 116 | // Testing dynamic properties requires to run several times the same |
| 117 | // unit test with the same shader code with some dynamic property |
no outgoing calls
no test coverage detected