d3dx9_36 [patch 1/2, resend]: Implement D3DXCreateBox

Henri Verbeet hverbeet at gmail.com
Tue Dec 28 04:40:33 CST 2010


On 28 December 2010 11:25, David Adam <david.adam.cnrs at gmail.com> wrote:
>
> -HRESULT WINAPI D3DXCreateBox(LPDIRECT3DDEVICE9 device, FLOAT width, FLOAT height,
> -                             FLOAT depth, LPD3DXMESH* mesh, LPD3DXBUFFER* adjacency)
> +/*************************************************************************
> + * D3DXCreateMeshFVF
> + */
> +HRESULT WINAPI D3DXCreateBox(LPDIRECT3DDEVICE9 pDevice, FLOAT fWidth, FLOAT fHeight, FLOAT fDepth, LPD3DXMESH *ppMesh, LPD3DXBUFFER *ppAdjacency)

Seriously.



More information about the wine-devel mailing list