Blender V4.3
GHOST_ContextCGL.mm File Reference
#include "GHOST_ContextCGL.hh"
import <Cocoa/Cocoa.h>
import <Metal/Metal.h>
import <QuartzCore/QuartzCore.h>
#include <cassert>
#include <vector>

Go to the source code of this file.

Functions

static void ghost_fatal_error_dialog (const char *msg)
 

Variables

static const MTLPixelFormat METAL_FRAMEBUFFERPIXEL_FORMAT_EDR = MTLPixelFormatRGBA16Float
 

Detailed Description

Definition of GHOST_ContextCGL class.

Definition in file GHOST_ContextCGL.mm.

Function Documentation

◆ ghost_fatal_error_dialog()

static void ghost_fatal_error_dialog ( const char * msg)
static

Definition at line 28 of file GHOST_ContextCGL.mm.

References init().

Referenced by GHOST_ContextCGL::GHOST_ContextCGL().

Variable Documentation

◆ METAL_FRAMEBUFFERPIXEL_FORMAT_EDR

const MTLPixelFormat METAL_FRAMEBUFFERPIXEL_FORMAT_EDR = MTLPixelFormatRGBA16Float
static

Definition at line 26 of file GHOST_ContextCGL.mm.

Referenced by GHOST_ContextCGL::GHOST_ContextCGL().