From 43af9aec19535cb5faf854fcd373379cb8ddf542 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20D=C3=B6singer?= Date: Tue, 11 Sep 2007 00:35:54 +0200 Subject: [PATCH] wined3d: Add D3DSI_TEXLD_PROJECT and BIAS to d3d9types.h. --- include/d3d9types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/d3d9types.h b/include/d3d9types.h index e99e1348600..1a0ebec0ff1 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 -- 2.11.4.GIT