commit | 457efd55d07306039851339d041eecdc2a08c86c | [log] [tgz] |
---|---|---|
author | Luis C. Busquets PĂ©rez <luis.busquets@ilidium.com> | Fri Aug 01 21:18:08 2008 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 04 15:40:52 2008 +0200 |
tree | b8d3d0fbc1e34841a187e715f91c9331d6f4bc8b | |
parent | 42fd319923237efe6686c48aeaf02e5ab02cc255 [diff] [blame] |
d3dx9: Implementation of D3DXGetPixelShaderProfile.
diff --git a/include/d3dx9shader.h b/include/d3dx9shader.h index 6d2aa41..38ca97d 100644 --- a/include/d3dx9shader.h +++ b/include/d3dx9shader.h
@@ -25,6 +25,7 @@ extern "C" { #endif +LPCSTR WINAPI D3DXGetPixelShaderProfile(LPDIRECT3DDEVICE9 device); UINT WINAPI D3DXGetShaderSize(const DWORD *byte_code); DWORD WINAPI D3DXGetShaderVersion(const DWORD *byte_code);