|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| void | WM_ghost_show_message_box (const char *title, const char *message, const char *help_label, const char *continue_label, const char *link, GHOST_DialogOptions dialog_options) |
| GHOST_TDrawingContextType | wm_ghost_drawing_context_type (const eGPUBackendType gpu_backend) |
| void | wm_test_opengl_deprecation_warning (bContext *C) |
| void | wm_test_gpu_backend_fallback (bContext *C) |
| GHOST_TDrawingContextType wm_ghost_drawing_context_type | ( | const eGPUBackendType | gpu_backend | ) |
Definition at line 1962 of file wm_window.cc.
References BLI_assert_unreachable, GHOST_kDrawingContextTypeNone, GPU_BACKEND_ANY, GPU_BACKEND_METAL, GPU_BACKEND_NONE, GPU_BACKEND_OPENGL, and GPU_BACKEND_VULKAN.
Referenced by playanim_window_open(), WM_system_gpu_context_create(), and wm_window_ghostwindow_add().
| void WM_ghost_show_message_box | ( | const char * | title, |
| const char * | message, | ||
| const char * | help_label, | ||
| const char * | continue_label, | ||
| const char * | link, | ||
| GHOST_DialogOptions | dialog_options ) |
Definition at line 3071 of file wm_window.cc.
References BLI_assert, g_system, and GHOST_ShowMessageBox().
Referenced by WM_platform_support_perform_checks().
| void wm_test_gpu_backend_fallback | ( | bContext * | C | ) |
Definition at line 2090 of file wm_window.cc.
References block_create_gpu_backend_fallback(), CTX_wm_manager(), CTX_wm_window(), CTX_wm_window_set(), ListBase::first, G, G_FLAG_GPU_BACKEND_FALLBACK, G_FLAG_GPU_BACKEND_FALLBACK_QUIET, wmWindow::parent, UI_popup_block_invoke(), wmWindowManager::winactive, and wmWindowManager::windows.
Referenced by wm_event_do_notifiers().
| void wm_test_opengl_deprecation_warning | ( | bContext * | C | ) |
Definition at line 2027 of file wm_window.cc.
References BKE_report(), block_create_opengl_usage_warning(), CTX_wm_manager(), CTX_wm_window(), CTX_wm_window_set(), ListBase::first, G, wmWindow::parent, RPT_ERROR, wmWindowManager::runtime, UI_popup_block_invoke(), wmWindowManager::winactive, and wmWindowManager::windows.
Referenced by wm_event_do_notifiers().