Re: [4/10] WineD3D: Merge IWineD3DIndexBuffer and IWineD3DBuffer
5 Apr
2009
5 Apr
'09
10:29 p.m.
2009/4/4 Stefan Dösinger <stefan(a)codeweavers.com>:
+ WINED3DRESOURCETYPE WineD3DRType; TRACE("(%p)->(%d, %d, %d, %08x, %d, %d)\n", This, Adapter, DeviceType, AdapterFormat, Usage, RType, CheckFormat);
+ switch(RType) { + case D3DRTYPE_VERTEXBUFFER: + case D3DRTYPE_INDEXBUFFER: + WineD3DRType = WINED3DRTYPE_BUFFER; + break; + + default: + WineD3DRType = RType; + break; + } + This should have been in the first patch. The same goes for the other changes touching WINED3DRESOURCETYPE.
6098
Age (days ago)
6098
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet