|
Blender V4.3
|
#include <wm_xr_intern.hh>
Public Attributes | |
| ListBase | viewports |
| struct ARegionType * | controller_art |
| void * | controller_draw_handle |
Definition at line 97 of file wm_xr_intern.hh.
| struct ARegionType* wmXrSurfaceData::controller_art |
Dummy region type for controller draw callback.
Definition at line 102 of file wm_xr_intern.hh.
Referenced by wm_xr_session_controller_data_clear(), wm_xr_session_controller_data_populate(), wm_xr_session_surface_create(), and WM_xr_surface_controller_region_type_get().
| void* wmXrSurfaceData::controller_draw_handle |
Controller draw callback handle.
Definition at line 104 of file wm_xr_intern.hh.
Referenced by wm_xr_session_controller_data_clear(), and wm_xr_session_controller_data_populate().
| ListBase wmXrSurfaceData::viewports |
Off-screen buffers/viewports for each view.
Definition at line 99 of file wm_xr_intern.hh.
Referenced by wm_xr_draw_view(), wm_xr_draw_viewport_buffers_to_active_framebuffer(), and wm_xr_session_surface_offscreen_ensure().