| 169 | } |
| 170 | |
| 171 | void AbstractState::sampleCoverage(const GLfloat value, const GLboolean invert) |
| 172 | { |
| 173 | add(new StateSetting(glSampleCoverage, value, invert)); |
| 174 | } |
| 175 | |
| 176 | void AbstractState::scissor(const GLint x, const GLint y, const GLsizei width, const GLsizei height) |
| 177 | { |