On 13/06/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> > +FIXME("ID3D10Device interface is not binary compatible to windows
> > yet\n");
>
> Actually, a void * is binary compatible with IDGXIAdapter *
But the IDirect3D10Device interface isn't yet, thats why I suggested such a
fixme for the
> > +FIXME("ID3D10Device interface is not binary compatible to windows
> > yet\n");
>
> Actually, a void * is binary compatible with IDGXIAdapter *
But the IDirect3D10Device interface isn't yet, thats why I suggested such a
fixme for the start.
Am Mittwoch, 13. Juni 2007 00:17 schrieb Kovács András:
> [7/7] Add ID3D10Device interface and implement it's IUnknown methods
>+object->lpVtbl = &D3D10Device_Vtbl;
>+object->ref = 0;
Spotted by KittyCat on irc. The ref should be 1. Either set it to 1, or call
ID3
On 13/06/07, Kovács András <[EMAIL PROTECTED]> wrote:
+TRACE("Adapter %p, Driver Type %d, Software Module handle %p, Flags %08x,
SDKVersion %d, Device %p\n",
+ Adapter, DriverType, Software, Flags, SDKVersion, Device);
I think the DriverType should be traces as string there (ie, us