mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
fix: buffer allocator
This commit is contained in:
parent
406a85672d
commit
fe3b84b4a7
4 changed files with 17 additions and 17 deletions
|
@ -129,6 +129,7 @@ MTL::RenderPipelineState* MetalPipelineCache::GetPipelineState(const LatteFetchS
|
|||
{
|
||||
auto texture = static_cast<LatteTextureViewMtl*>(activeFBO->depthBuffer.texture);
|
||||
desc->setDepthAttachmentPixelFormat(texture->GetTexture()->pixelFormat());
|
||||
// TODO: stencil pixel format
|
||||
}
|
||||
|
||||
NS::Error* error = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue