GFXGLOcclusionQuery
Engine/source/gfx/gl/gfxGLOcclusionQuery.h
Public Functions
GFXGLOcclusionQuery(GFXDevice * device)
bool
begin()
Prepares the query returning true if the last query has been processed and more geometry can be issued.
The resource should put a description of itself (number of vertices, size/width of texture, etc.) in buffer.
Detailed Description
Private Attributes
U32 mQuery
bool mTesting
Public Functions
GFXGLOcclusionQuery(GFXDevice * device)
~GFXGLOcclusionQuery()
begin()
Reimplemented from: GFXOcclusionQuery
describeSelf()
Reimplemented from: GFXOcclusionQuery
end()
Reimplemented from: GFXOcclusionQuery
getStatus(bool block, U32 * data)
Reimplemented from: GFXOcclusionQuery
resurrect()
Reimplemented from: GFXOcclusionQuery
zombify()
Reimplemented from: GFXOcclusionQuery