Re: [wined3d] pixel shader cross compiler [2] resend
Nov. 21, 2005
5:19 a.m.
Oliver Stieber <oliver_stieber(a)yahoo.co.uk> writes:
const IWineD3DPixelShaderVtbl IWineD3DPixelShader_Vtbl = { @@ -118,5 +1824,7 @@ /*** IWineD3DPixelShader methods ***/ IWineD3DPixelShaderImpl_GetParent, IWineD3DPixelShaderImpl_GetDevice, - IWineD3DPixelShaderImpl_GetFunction + IWineD3DPixelShaderImpl_GetFunction, + /* not part of d3d */ + IWineD3DPixelShaderImpl_SetFunction
There are missing entries before SetFunction. -- Alexandre Julliard julliard(a)winehq.org
7430
Age (days ago)
7430
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard