| 251 | } |
| 252 | |
| 253 | void Fbo::applyDepthAttachment() |
| 254 | { |
| 255 | mHandleDirty = true; |
| 256 | releaseFramebuffer(*mpDevice, mGfxFramebuffer, mDepthStencil, mColorAttachments); |
| 257 | } |
| 258 | |
| 259 | void Fbo::initFramebuffer() const |
| 260 | { |
nothing calls this directly
no test coverage detected