mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 23:42:05 +00:00
Implement AbstactGfx for Metal
This commit is contained in:
parent
89d9ec0a84
commit
eaae5b4a45
6 changed files with 95 additions and 106 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "Common/Align.h"
|
||||
#include "Common/Assert.h"
|
||||
|
||||
#include "VideoBackends/Metal/MTLRenderer.h"
|
||||
#include "VideoBackends/Metal/MTLGfx.h"
|
||||
#include "VideoBackends/Metal/MTLStateTracker.h"
|
||||
|
||||
Metal::Texture::Texture(MRCOwned<id<MTLTexture>> tex, const TextureConfig& config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue