Blender V4.3
wm_window_private.hh File Reference
#include "BLI_sys_types.h"
#include "GHOST_Types.h"
#include "GPU_context.hh"

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)
 

Function Documentation

◆ wm_ghost_drawing_context_type()

◆ WM_ghost_show_message_box()

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().

◆ wm_test_gpu_backend_fallback()

◆ wm_test_opengl_deprecation_warning()