| 218 | void PushReadFramebufferBinding(); |
| 219 | |
| 220 | void PopFramebufferBindings() |
| 221 | { |
| 222 | this->PopReadFramebufferBinding(); |
| 223 | this->PopDrawFramebufferBinding(); |
| 224 | } |
| 225 | void PopDrawFramebufferBinding(); |
| 226 | void PopReadFramebufferBinding(); |
| 227 |
nothing calls this directly
no test coverage detected