Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OnScreenBuffer.cpp108 if (m_BackBufferObject.GetFboID() != 0) in ~OnScreenBuffer()
110 GLuint fboID = m_BackBufferObject.GetFboID(); in ~OnScreenBuffer()
Dgfx_RenderContext.cpp282 if ( fbo.GetFboID() != 0 ) in ClearBuffer()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_FrameBuffer.h85 GLuint GetFboID() const { return m_Description.fboID; } in GetFboID() function