mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Fix Metal renderer compilation on iOS
This commit is contained in:
parent
7af8736f91
commit
0a65519867
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Metal {
|
||||||
} else if (std::is_same<Format_t, PICA::DepthFmt>::value) {
|
} else if (std::is_same<Format_t, PICA::DepthFmt>::value) {
|
||||||
pixelFormat = PICA::toMTLPixelFormatDepth((PICA::DepthFmt)format);
|
pixelFormat = PICA::toMTLPixelFormatDepth((PICA::DepthFmt)format);
|
||||||
} else {
|
} else {
|
||||||
panic("Invalid format type");
|
Helpers::panic("Invalid format type");
|
||||||
}
|
}
|
||||||
|
|
||||||
MTL::TextureDescriptor* descriptor = MTL::TextureDescriptor::alloc()->init();
|
MTL::TextureDescriptor* descriptor = MTL::TextureDescriptor::alloc()->init();
|
||||||
|
|
Loading…
Add table
Reference in a new issue