|
Visual Computing Library
devel
|

Public Types | |
| using | Base = vcl::PlainDrawer< DerivedDrawer > |
Public Member Functions | |
| void | onDraw (uint viewId) |
Public Member Functions inherited from vcl::PlainDrawer< DerivedDrawer > | |
| virtual void | onDrawContent (uint viewId) |
| virtual void | onDrawId (uint viewId) |
| virtual void | onInit (uint viewId) |
| virtual void | onPostDraw () |
| virtual void | onResize (uint width, uint height) |
| PlainDrawer (uint, uint) | |
Private Attributes | |
| std::vector< float > | mFrameTimes = std::vector<float>(FRAME_COUNT, 0.0f) |
Static Private Attributes | |
| static constexpr size_t | FRAME_COUNT = 256 |
Additional Inherited Members | |
Protected Types inherited from vcl::PlainDrawer< DerivedDrawer > | |
| using | DRA = DerivedDrawer |
Protected Member Functions inherited from vcl::PlainDrawer< DerivedDrawer > | |
| auto * | derived () |
| const auto * | derived () const |
|
inlinevirtual |
Reimplemented from vcl::PlainDrawer< DerivedDrawer >.