d3dx9: Improve a few TRACEs.

This commit is contained in:
Henri Verbeet 2008-08-24 23:43:27 +02:00 committed by Alexandre Julliard
parent 6fbbcd19e7
commit 978b0b4784
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ LPCSTR WINAPI D3DXGetPixelShaderProfile(LPDIRECT3DDEVICE9 device)
{
D3DCAPS9 caps;
TRACE("(void): relay\n");
TRACE("device %p\n", device);
if (!device) return NULL;
@ -107,7 +107,7 @@ LPCSTR WINAPI D3DXGetVertexShaderProfile(LPDIRECT3DDEVICE9 device)
{
D3DCAPS9 caps;
TRACE("(void): relay\n");
TRACE("device %p\n", device);
if (!device) return NULL;