|
Blender
V3.3
|
#include <ED_screen_types.h>
Public Attributes | |
| double | redrawtime |
| double | lredrawtime |
| float | redrawtimes_fps [REDRAW_FRAME_AVERAGE] |
| short | redrawtime_index |
Definition at line 50 of file ED_screen_types.h.
| double ScreenFrameRateInfo::lredrawtime |
Definition at line 52 of file ED_screen_types.h.
Referenced by ED_refresh_viewport_fps(), and ED_scene_draw_fps().
| double ScreenFrameRateInfo::redrawtime |
Definition at line 51 of file ED_screen_types.h.
Referenced by ED_refresh_viewport_fps(), and ED_scene_draw_fps().
| short ScreenFrameRateInfo::redrawtime_index |
Definition at line 54 of file ED_screen_types.h.
Referenced by ED_scene_draw_fps().
| float ScreenFrameRateInfo::redrawtimes_fps[REDRAW_FRAME_AVERAGE] |
Definition at line 53 of file ED_screen_types.h.
Referenced by ED_scene_draw_fps().