Home
last modified time | relevance | path

Searched refs:GetFboID (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_OnScreenBuffer.cpp110 if (m_BackBufferObject.GetFboID() != 0) in ~OnScreenBuffer()
112 GLuint fboID = m_BackBufferObject.GetFboID(); in ~OnScreenBuffer()
Dgfx_RenderContext.cpp278 if ( fbo.GetFboID() != 0 ) in ClearBuffer()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_FrameBuffer.h87 GLuint GetFboID() const { return m_Description.fboID; } in GetFboID() function