| 70 | } |
| 71 | |
| 72 | bool FrameBufferFBO::create( const Uint32& Width, const Uint32& Height ) { |
| 73 | return create( Width, Height, true, false, false, 4 ); |
| 74 | } |
| 75 | |
| 76 | bool FrameBufferFBO::create( const Uint32& Width, const Uint32& Height, bool StencilBuffer, |
| 77 | bool DepthBuffer, bool useColorBuffer, const Uint32& channels ) { |
nothing calls this directly
no test coverage detected