| 230 | } |
| 231 | |
| 232 | void Framebuffer::colorMask(const GLboolean red, const GLboolean green, const GLboolean blue, const GLboolean alpha) |
| 233 | { |
| 234 | glColorMask(red, green, blue, alpha); |
| 235 | } |
| 236 | |
| 237 | void Framebuffer::colorMask(const glm::bvec4 & mask) |
| 238 | { |