mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
D3D: also uses VideoCommon constant buffer handling
As now both backends uses the VideoCommon one, the old setting API was removed.
This commit is contained in:
parent
7c14463d11
commit
6e2fe72b8f
11 changed files with 13 additions and 139 deletions
|
@ -355,12 +355,6 @@ void PixelShaderManager::SetConstants(u32 components)
|
|||
nMaterialsChanged = 0;
|
||||
}
|
||||
}
|
||||
|
||||
if(dirty && g_ActiveConfig.backend_info.APIType != API_OPENGL)
|
||||
{
|
||||
g_renderer->SetMultiPSConstant4fv(0, sizeof(constants)/16, (float*) &constants);
|
||||
dirty = false;
|
||||
}
|
||||
}
|
||||
|
||||
void PixelShaderManager::SetPSTextureDims(int texid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue