mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 14:42:27 +00:00
* includes rgui * shader support This is a work-in-progress and there are some bugs and visual artifacts still to be fixed.
11 lines
185 B
Objective-C
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"
|