|
Blender V4.3
|
Public Attributes | |
| MultiTestApp * | app |
| GHOST_WindowHandle | win |
| GPUContext * | gpu_context |
| int | size [2] |
Definition at line 648 of file MultiTest.c.
| MultiTestApp* ExtraWindow::app |
Definition at line 649 of file MultiTest.c.
Referenced by extrawindow_do_key(), extrawindow_free(), extrawindow_handle(), and extrawindow_new().
| GPUContext* ExtraWindow::gpu_context |
Definition at line 652 of file MultiTest.c.
Referenced by extrawindow_do_draw(), extrawindow_do_reshape(), and extrawindow_new().
| int ExtraWindow::size[2] |
Definition at line 654 of file MultiTest.c.
Referenced by extrawindow_do_draw(), and extrawindow_do_reshape().
| GHOST_WindowHandle ExtraWindow::win |
Definition at line 651 of file MultiTest.c.
Referenced by extrawindow_do_draw(), extrawindow_do_reshape(), extrawindow_free(), extrawindow_new(), and extrawindow_spin_cursor().