mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-08 08:00:44 +01:00
add: todo notices
This commit is contained in:
parent
6a3bdd49e9
commit
548ffb6b57
@ -78,6 +78,7 @@ LatteTextureMtl::LatteTextureMtl(class MetalRenderer* mtlRenderer, Latte::E_DIM
|
|||||||
auto pixelFormat = GetMtlPixelFormat(format, isDepth, m_mtlr->GetPixelFormatSupport());
|
auto pixelFormat = GetMtlPixelFormat(format, isDepth, m_mtlr->GetPixelFormatSupport());
|
||||||
desc->setPixelFormat(pixelFormat);
|
desc->setPixelFormat(pixelFormat);
|
||||||
|
|
||||||
|
// TODO: using MTL::TextureUsageShaderWrite as well fixes Mario Tennis: Ultra Smash, investigate why
|
||||||
MTL::TextureUsage usage = MTL::TextureUsageShaderRead;
|
MTL::TextureUsage usage = MTL::TextureUsageShaderRead;
|
||||||
if (!Latte::IsCompressedFormat(format))
|
if (!Latte::IsCompressedFormat(format))
|
||||||
{
|
{
|
||||||
|
@ -859,6 +859,7 @@ void MetalRenderer::draw_beginSequence()
|
|||||||
return; // no render target
|
return; // no render target
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: not checking for !streamoutEnable fixes Super Smash Bros. for Wii U, investigate why
|
||||||
if (!hasValidFramebufferAttached && !streamoutEnable)
|
if (!hasValidFramebufferAttached && !streamoutEnable)
|
||||||
{
|
{
|
||||||
debug_printf("Drawcall with no color buffer or depth buffer attached\n");
|
debug_printf("Drawcall with no color buffer or depth buffer attached\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user