mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
* includes rgui * shader support This is a work-in-progress and there are some bugs and visual artifacts still to be fixed.
14 lines
281 B
Objective-C
14 lines
281 B
Objective-C
//
|
|
// PixelConverter+private.h
|
|
// MetalRenderer
|
|
//
|
|
// Created by Stuart Carnie on 6/9/18.
|
|
// Copyright © 2018 Stuart Carnie. All rights reserved.
|
|
//
|
|
#import "PixelConverter.h"
|
|
#import "Context.h"
|
|
|
|
@interface PixelConverter()
|
|
- (instancetype)initWithContext:(Context *)c;
|
|
@end
|