mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-16 18:59:48 +12:00
remove outdated message
This commit is contained in:
parent
99f16cc859
commit
940f05bb85
1 changed files with 0 additions and 3 deletions
|
@ -265,9 +265,6 @@ void RendererMTL::displayTransfer(u32 inputAddr, u32 outputAddr, u32 inputSize,
|
||||||
renderCommandEncoder->drawPrimitives(MTL::PrimitiveTypeTriangleStrip, NS::UInteger(0), NS::UInteger(4));
|
renderCommandEncoder->drawPrimitives(MTL::PrimitiveTypeTriangleStrip, NS::UInteger(0), NS::UInteger(4));
|
||||||
|
|
||||||
renderCommandEncoder->endEncoding();
|
renderCommandEncoder->endEncoding();
|
||||||
|
|
||||||
// TODO: implement
|
|
||||||
Helpers::warn("RendererMTL::displayTransfer not implemented");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void RendererMTL::textureCopy(u32 inputAddr, u32 outputAddr, u32 totalBytes, u32 inputSize, u32 outputSize, u32 flags) {
|
void RendererMTL::textureCopy(u32 inputAddr, u32 outputAddr, u32 totalBytes, u32 inputSize, u32 outputSize, u32 flags) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue