|
Fillwave
10.0.0
|
Operation of rendering only meshes passing the occlusion test. More...
#include <ConditionalRender.h>
Public Member Functions | |
| ConditionalRender (GLenum mode) | |
| Specifies the conditional rendering pass mode. More... | |
| void | begin (GLuint querryID) const |
| void | end () const |
| ConditionalRender (GLenum mode) | |
| Specifies the conditional rendering pass mode. More... | |
| void | begin (GLuint querryID) const |
| void | end () const |
Operation of rendering only meshes passing the occlusion test.
| flw::flc::ConditionalRender::ConditionalRender | ( | GLenum | mode | ) |
Specifies the conditional rendering pass mode.
| Possible | modes: GL_QUERY_WAIT, GL_QUERY_NO_WAIT, GL_QUERY_BY_REGION_WAIT, GL_QUERY_BY_REGION_NO_WAIT, |
| flw::flc::ConditionalRender::ConditionalRender | ( | GLenum | mode | ) |
Specifies the conditional rendering pass mode.
| Possible | modes: GL_QUERY_WAIT, GL_QUERY_NO_WAIT, GL_QUERY_BY_REGION_WAIT, GL_QUERY_BY_REGION_NO_WAIT, |
1.8.11