Module: wine Branch: master Commit: 43af9aec19535cb5faf854fcd373379cb8ddf542 URL: http://source.winehq.org/git/wine.git/?a=commit;h=43af9aec19535cb5faf854fcd3...
Author: Stefan Dösinger stefandoesinger@gmx.at Date: Tue Sep 11 00:35:54 2007 +0200
wined3d: Add D3DSI_TEXLD_PROJECT and BIAS to d3d9types.h.
---
include/d3d9types.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/d3d9types.h b/include/d3d9types.h index e99e134..1a0ebec 100644 --- a/include/d3d9types.h +++ b/include/d3d9types.h @@ -452,6 +452,9 @@ typedef enum _D3DSHADER_INSTRUCTION_OPCODE_TYPE {
#define D3DSHADER_INSTRUCTION_PREDICATED (1 << 28)
+#define D3DSI_TEXLD_PROJECT 0x00010000 +#define D3DSI_TEXLD_BIAS 0x00020000 + /** for parallelism */ #define D3DSI_COISSUE 0x40000000