mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
D3D: Fixed StateManager member function name case
This commit is contained in:
parent
80459c52e9
commit
4392d3cd55
11 changed files with 98 additions and 98 deletions
|
@ -224,8 +224,8 @@ bool LineGeometryShader::SetShader(u32 components, float lineWidth,
|
|||
DEBUG_LOG(VIDEO, "Line params: width %f, texOffset %f, vpWidth %f, vpHeight %f",
|
||||
lineWidth, texOffset, vpWidth, vpHeight);
|
||||
|
||||
D3D::stateman->setGeometryShader(shaderIt->second);
|
||||
D3D::stateman->setGeometryConstants(m_paramsBuffer);
|
||||
D3D::stateman->SetGeometryShader(shaderIt->second);
|
||||
D3D::stateman->SetGeometryConstants(m_paramsBuffer);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue