mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-04 12:55:22 +12:00
ios: Pass CAMetalLayer instead of void* to Obj-C++ bridging header
This commit is contained in:
parent
e378a52b5a
commit
90279e6f9e
4 changed files with 14 additions and 6 deletions
|
@ -1,4 +1,6 @@
|
|||
#pragma once
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <QuartzCore/QuartzCore.h>
|
||||
|
||||
void iosCreateEmulator();
|
||||
void iosRunFrame(void* drawable);
|
||||
void iosRunFrame(CAMetalLayer* layer);
|
Loading…
Add table
Add a link
Reference in a new issue