|
Blender
V2.93
|
#include <ED_screen_types.h>
Public Attributes | |
| double | redrawtime |
| double | lredrawtime |
| float | redrawtimes_fps [REDRAW_FRAME_AVERAGE] |
| short | redrawtime_index |
Definition at line 64 of file ED_screen_types.h.
| double ScreenFrameRateInfo::lredrawtime |
Definition at line 66 of file ED_screen_types.h.
Referenced by ED_refresh_viewport_fps(), and ED_scene_draw_fps().
| double ScreenFrameRateInfo::redrawtime |
Definition at line 65 of file ED_screen_types.h.
Referenced by ED_refresh_viewport_fps(), and ED_scene_draw_fps().
| short ScreenFrameRateInfo::redrawtime_index |
Definition at line 68 of file ED_screen_types.h.
Referenced by ED_scene_draw_fps().
| float ScreenFrameRateInfo::redrawtimes_fps[REDRAW_FRAME_AVERAGE] |
Definition at line 67 of file ED_screen_types.h.
Referenced by ED_scene_draw_fps().