-----------------------------------------------------------------------------------
| 667 | } |
| 668 | //----------------------------------------------------------------------------------- |
| 669 | void TextureGpu::_setDepthBufferDefaults( uint16 depthBufferPoolId, bool preferDepthTexture, |
| 670 | PixelFormatGpu desiredDepthBufferFormat ) |
| 671 | { |
| 672 | OGRE_EXCEPT( Exception::ERR_INVALID_CALL, |
| 673 | "Texture must've been created with TextureFlags::RenderToTexture!", |
| 674 | "TextureGpu::_setDepthBufferDefaults" ); |
| 675 | } |
| 676 | //----------------------------------------------------------------------------------- |
| 677 | uint16 TextureGpu::getDepthBufferPoolId() const |
| 678 | { |
no outgoing calls
no test coverage detected