![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhigles2_p.h>
Public Member Functions | |
| void | prepare (QRhiGles2 *rhiD) |
| void | destroy (QRhiGles2 *rhiD) |
| bool | tryQueryTimestamps (int pairIndex, QRhiGles2 *rhiD, double *elapsedSec) |
Public Attributes | |
| bool | active [TIMESTAMP_PAIRS] = {} |
| GLuint | query [TIMESTAMP_PAIRS *2] = {} |
Static Public Attributes | |
| static const int | TIMESTAMP_PAIRS = 2 |
Definition at line 728 of file qrhigles2_p.h.
Definition at line 6939 of file qrhigles2.cpp.
Definition at line 6933 of file qrhigles2.cpp.
| bool QGles2SwapChainTimestamps::tryQueryTimestamps | ( | int | pairIndex, |
| QRhiGles2 * | rhiD, | ||
| double * | elapsedSec ) |
Definition at line 6946 of file qrhigles2.cpp.
| bool QGles2SwapChainTimestamps::active[TIMESTAMP_PAIRS] = {} |
Definition at line 732 of file qrhigles2_p.h.
| GLuint QGles2SwapChainTimestamps::query[TIMESTAMP_PAIRS *2] = {} |
Definition at line 733 of file qrhigles2_p.h.
|
static |
Definition at line 730 of file qrhigles2_p.h.
Referenced by QRhiGles2::endFrame().