|
HDK
|
Occlusion query object. More...
#include <RV_Query.h>
Inheritance diagram for RV_OcclusionQuery:Public Member Functions | |
| void | init (RV_Render *r) |
| Initialize the query (create it) More... | |
| bool | begin (RV_Render *r) |
| Start the query. More... | |
| void | end (RV_Render *r) |
| End the query. More... | |
Protected Member Functions | |
| exint | sumQueries (RV_Render *r, bool wait=false) |
| RV_OcclusionQuery (RV_OcclusionResult t, bool gpu_exclusive) | |
| virtual | ~RV_OcclusionQuery () |
Protected Attributes | |
| UT_UniquePtr< RV_VKQuery > | myQuery |
| int | myCurIdx |
| int | myCurResult |
| bool | myIsBoolean |
| bool | myIsGPUOnly |
Occlusion query object.
Definition at line 31 of file RV_Query.h.
|
protected |
|
protectedvirtual |
| bool RV_OcclusionQuery::begin | ( | RV_Render * | r | ) |
Start the query.
|
protected |
Definition at line 45 of file RV_Query.h.
|
protected |
Definition at line 46 of file RV_Query.h.
|
protected |
Definition at line 48 of file RV_Query.h.
|
protected |
Definition at line 49 of file RV_Query.h.
|
protected |
Definition at line 44 of file RV_Query.h.