wined3d: WINED3DRS_SOFTWAREVERTEXPROCESSING is a nogl state.

This commit is contained in:
Stefan Dösinger 2006-12-10 23:20:32 +01:00 committed by Alexandre Julliard
parent c5344709b1
commit 2b775221fd
1 changed files with 1 additions and 10 deletions

View File

@ -3405,19 +3405,10 @@ static HRESULT WINAPI IWineD3DDeviceImpl_SetRenderState(IWineD3DDevice *iface, W
case WINED3DRS_COLORWRITEENABLE3 :
case WINED3DRS_LOCALVIEWER :
case WINED3DRS_LASTPIXEL :
case WINED3DRS_SOFTWAREVERTEXPROCESSING :
StateTable[STATE_RENDER(State)].apply(STATE_RENDER(State), This->stateBlock);
break;
case WINED3DRS_SOFTWAREVERTEXPROCESSING :
{
if (Value) {
TRACE("Software Processing Enabled\n");
} else {
TRACE("Software Processing Disabled\n");
}
}
break;
/** not supported */
case WINED3DRS_ZVISIBLE :
{