| 31 | } |
| 32 | |
| 33 | void StateSettingType::specializeType(const GLenum subtype) |
| 34 | { |
| 35 | m_subtypes.insert(subtype); |
| 36 | } |
| 37 | |
| 38 | StateSetting::StateSetting(std::unique_ptr<AbstractFunctionCall> && functionCall) |
| 39 | : m_functionCall(std::move(functionCall)) |
no outgoing calls
no test coverage detected