mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Oops, removed OsThunkD3dDrawPrimitives2 from d3d8thk.h.
svn path=/trunk/; revision=32402
This commit is contained in:
parent
df7c6698f8
commit
aea05840ef
1 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,16 @@ DWORD STDCALL OsThunkD3dContextDestroyAll(
|
|||
LPD3DNTHAL_CONTEXTDESTROYDATA pContextDestroyData
|
||||
);
|
||||
|
||||
DWORD STDCALL OsThunkD3dDrawPrimitives2(
|
||||
HANDLE hCmdBuf,
|
||||
HANDLE hVBuf,
|
||||
LPD3DNTHAL_DRAWPRIMITIVES2DATA pded,
|
||||
FLATPTR *pfpVidMemCmd,
|
||||
DWORD *pdwSizeCmd,
|
||||
FLATPTR *pfpVidMemVtx,
|
||||
DWORD *pdwSizeVtx
|
||||
);
|
||||
|
||||
DWORD STDCALL OsThunkD3dValidateTextureStageState(
|
||||
LPD3DNTHAL_VALIDATETEXTURESTAGESTATEDATA pData
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue