| 369 | return mColour[0].buffer->getHeight(); |
| 370 | } |
| 371 | PixelFormat GLES2FrameBufferObject::getFormat() |
| 372 | { |
| 373 | assert(mColour[0].buffer); |
| 374 | return mColour[0].buffer->getFormat(); |
| 375 | } |
| 376 | GLsizei GLES2FrameBufferObject::getFSAA() |
| 377 | { |
| 378 | return mNumSamples; |
no outgoing calls
no test coverage detected