d3dx9: Improve a few TRACEs.
This commit is contained in:
parent
6fbbcd19e7
commit
978b0b4784
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue