RetroArch/gfx/common/metal/metal_common.h
Stuart Carnie 411bcf8bdd feat(apple): Metal support for macOS
* includes rgui
* shader support

This is a work-in-progress and there are some bugs and visual artifacts
still to be fixed.
2018-06-20 21:33:45 -07:00

12 lines
180 B
Objective-C

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