remove outdated todo notices

This commit is contained in:
Samuliak 2024-11-05 18:07:03 +01:00
parent c46c8214f5
commit fc1580f31f
No known key found for this signature in database
5 changed files with 2 additions and 10 deletions

View file

@ -1719,7 +1719,6 @@ void MetalRenderer::BindStageResources(MTL::RenderCommandEncoder* renderCommandE
auto textureView = m_state.m_textures[hostTextureUnit];
if (!textureView)
{
// TODO: don't bind if already bound
if (textureDim == Latte::E_DIM::DIM_1D)
SetTexture(renderCommandEncoder, mtlShaderType, m_nullTexture1D, binding);
else