|
Blender
V3.3
|
Public Attributes | |
| MultiTestApp * | app |
| GHOST_WindowHandle | win |
| GPUContext * | gpu_context |
| int | size [2] |
Definition at line 634 of file MultiTest.c.
| MultiTestApp* ExtraWindow::app |
Definition at line 635 of file MultiTest.c.
Referenced by extrawindow_do_key(), extrawindow_free(), extrawindow_handle(), and extrawindow_new().
| GPUContext* ExtraWindow::gpu_context |
Definition at line 638 of file MultiTest.c.
Referenced by extrawindow_do_draw(), extrawindow_do_reshape(), and extrawindow_new().
| int ExtraWindow::size[2] |
Definition at line 640 of file MultiTest.c.
Referenced by extrawindow_do_draw(), and extrawindow_do_reshape().
| GHOST_WindowHandle ExtraWindow::win |
Definition at line 637 of file MultiTest.c.
Referenced by extrawindow_do_draw(), extrawindow_do_reshape(), extrawindow_free(), extrawindow_new(), and extrawindow_spin_cursor().