ddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute().
This commit is contained in:
parent
6c0ecd0955
commit
ae437ab5b8
@ -489,7 +489,7 @@ IDirect3DExecuteBufferImpl_Execute(IDirect3DExecuteBufferImpl *This,
|
|||||||
|
|
||||||
memcpy(dst, src, ci->dwCount * sizeof(D3DTLVERTEX));
|
memcpy(dst, src, ci->dwCount * sizeof(D3DTLVERTEX));
|
||||||
} else {
|
} else {
|
||||||
ERR("Unhandled vertex processing !\n");
|
ERR("Unhandled vertex processing flag %#x.\n", ci->dwFlags);
|
||||||
}
|
}
|
||||||
|
|
||||||
instr += size;
|
instr += size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user