Blender V5.0
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_context.hh"
#include "GPU_platform.hh"
#include "CLG_log.h"

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

Variables

static CLG_LogRef LOG = {"gpu.platform"}

Macro Definition Documentation

◆ WM_PLATFORM_SUPPORT_TEXT_SIZE

#define WM_PLATFORM_SUPPORT_TEXT_SIZE   1024

Function Documentation

◆ wm_platform_support_check_approval()

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

◆ wm_platform_support_create_link()

◆ WM_platform_support_perform_checks()

Variable Documentation

◆ LOG

CLG_LogRef LOG = {"gpu.platform"}
static

Definition at line 31 of file wm_platform_support.cc.