RetroArch/gfx/common/metal/metal_common.h
Stuart Carnie 5e1f991e32 feat(Metal): initial xmb and glui menu support
TODOs

* menu shader pipeline effects
* refactor / optimize graphics rendering
2018-07-03 22:32:12 -07:00

13 lines
203 B
Objective-C

//
// metal_common.h
// RetroArch_Metal
//
// Created by Stuart Carnie on 6/15/18.
//
#import "RendererCommon.h"
#import "Context.h"
#import "View.h"
#import "TexturedView.h"
#import "MenuDisplay.h"