RetroArch/gfx/common/metal/MetalRenderer.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

11 lines
185 B
Objective-C

//
// MetalRenderer.h
// MetalRenderer
//
// Created by Stuart Carnie on 6/7/18.
// Copyright © 2018 Stuart Carnie. All rights reserved.
//
#import "Renderer.h"
#import "RView.h"