@{ * Store/Restore the current framebuffer bindings and buffers. */
| 210 | * Store/Restore the current framebuffer bindings and buffers. |
| 211 | */ |
| 212 | void PushFramebufferBindings() |
| 213 | { |
| 214 | this->PushDrawFramebufferBinding(); |
| 215 | this->PushReadFramebufferBinding(); |
| 216 | } |
| 217 | void PushDrawFramebufferBinding(); |
| 218 | void PushReadFramebufferBinding(); |
| 219 |
nothing calls this directly
no test coverage detected