mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
VideoCommon: Handle wireframe mode in the geometry shader.
This commit is contained in:
parent
ca18e51450
commit
925bbcb85b
4 changed files with 7 additions and 11 deletions
|
@ -1084,10 +1084,7 @@ void Renderer::ApplyState(bool bUseDstAlpha)
|
|||
{
|
||||
gx_state.blend.use_dst_alpha = bUseDstAlpha;
|
||||
D3D::stateman->PushBlendState(gx_state_cache.Get(gx_state.blend));
|
||||
|
||||
D3D::stateman->PushDepthState(gx_state_cache.Get(gx_state.zmode));
|
||||
|
||||
gx_state.raster.wireframe = g_ActiveConfig.bWireFrame;
|
||||
D3D::stateman->PushRasterizerState(gx_state_cache.Get(gx_state.raster));
|
||||
|
||||
for (unsigned int stage = 0; stage < 8; stage++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue