Blender V4.3
wm_platform_support.cc File Reference
#include "wm_platform_support.hh"
#include "wm_window_private.hh"
#include <cstring>
#include "BLI_dynstr.h"
#include "BLI_fileops.h"
#include "BLI_linklist.h"
#include "BLI_path_utils.hh"
#include "BLI_string.h"
#include "BLT_translation.hh"
#include "BKE_appdir.hh"
#include "BKE_global.hh"
#include "GPU_platform.hh"

Go to the source code of this file.

Macros

#define WM_PLATFORM_SUPPORT_TEXT_SIZE   1024
 

Functions

static bool wm_platform_support_check_approval (const char *platform_support_key, bool update)
 
static void wm_platform_support_create_link (char *link)
 
bool WM_platform_support_perform_checks ()
 

Macro Definition Documentation

◆ WM_PLATFORM_SUPPORT_TEXT_SIZE

#define WM_PLATFORM_SUPPORT_TEXT_SIZE   1024

Function Documentation

◆ wm_platform_support_check_approval()

static bool wm_platform_support_check_approval ( const char * platform_support_key,
bool update )
static

◆ wm_platform_support_create_link()

◆ WM_platform_support_perform_checks()