mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-04 03:04:48 +12:00
clean up texture copy code
This commit is contained in:
parent
d80ddafb24
commit
48e538e89e
2 changed files with 31 additions and 52 deletions
|
@ -184,4 +184,5 @@ class RendererMTL final : public Renderer {
|
|||
void setupTextureEnvState(MTL::RenderCommandEncoder* encoder);
|
||||
void bindTexturesToSlots(MTL::RenderCommandEncoder* encoder);
|
||||
void updateLightingLUT(MTL::RenderCommandEncoder* encoder);
|
||||
void textureCopyImpl(Metal::ColorRenderTarget& srcFramebuffer, Metal::ColorRenderTarget& destFramebuffer, const Math::Rect<u32>& srcRect, const Math::Rect<u32>& destRect);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue