RetroArch
Classes | Macros | Typedefs | Enumerations | Variables
cocoa_common_metal.h File Reference
#include <Foundation/Foundation.h>
Include dependency graph for cocoa_common_metal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

protocol  <ApplePlatform>
 

Macros

#define BOXSTRING(x)   [NSString stringWithUTF8String:x]
 
#define BOXINT(x)   [NSNumber numberWithInt:x]
 
#define BOXUINT(x)   [NSNumber numberWithUnsignedInt:x]
 
#define BOXFLOAT(x)   [NSNumber numberWithDouble:x]
 
#define RELEASE(x)
 
#define BRIDGE
 
#define UNSAFE_UNRETAINED
 

Typedefs

typedef enum apple_view_type apple_view_type_t
 

Enumerations

enum  apple_view_type {
  APPLE_VIEW_TYPE_NONE, APPLE_VIEW_TYPE_OPENGL_ES, APPLE_VIEW_TYPE_OPENGL, APPLE_VIEW_TYPE_VULKAN,
  APPLE_VIEW_TYPE_METAL
}
 

Variables

id< ApplePlatformapple_platform
 

Macro Definition Documentation

◆ BOXFLOAT

#define BOXFLOAT (   x)    [NSNumber numberWithDouble:x]

◆ BOXINT

#define BOXINT (   x)    [NSNumber numberWithInt:x]

◆ BOXSTRING

#define BOXSTRING (   x)    [NSString stringWithUTF8String:x]

◆ BOXUINT

#define BOXUINT (   x)    [NSNumber numberWithUnsignedInt:x]

◆ BRIDGE

#define BRIDGE

◆ RELEASE

#define RELEASE (   x)
Value:
[x release]; \
x = nil
GLint GLint GLint GLint GLint x
Definition: glext.h:6295

◆ UNSAFE_UNRETAINED

#define UNSAFE_UNRETAINED

Typedef Documentation

◆ apple_view_type_t

Enumeration Type Documentation

◆ apple_view_type

Enumerator
APPLE_VIEW_TYPE_NONE 
APPLE_VIEW_TYPE_OPENGL_ES 
APPLE_VIEW_TYPE_OPENGL 
APPLE_VIEW_TYPE_VULKAN 
APPLE_VIEW_TYPE_METAL 

Variable Documentation

◆ apple_platform

id<ApplePlatform> apple_platform