Commit 94dece4c authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d3dcompiler: Get rid of the BWRITERSHADER_PARAM_SRCMOD_TYPE typedef.

parent 540054eb
...@@ -514,7 +514,8 @@ enum bwritersampler_texture_type ...@@ -514,7 +514,8 @@ enum bwritersampler_texture_type
#define BWRITERSI_TEXLD_PROJECT 1 #define BWRITERSI_TEXLD_PROJECT 1
#define BWRITERSI_TEXLD_BIAS 2 #define BWRITERSI_TEXLD_BIAS 2
typedef enum _BWRITERSHADER_PARAM_SRCMOD_TYPE { enum bwritershader_param_srcmod_type
{
BWRITERSPSM_NONE = 0, BWRITERSPSM_NONE = 0,
BWRITERSPSM_NEG, BWRITERSPSM_NEG,
BWRITERSPSM_BIAS, BWRITERSPSM_BIAS,
...@@ -529,7 +530,7 @@ typedef enum _BWRITERSHADER_PARAM_SRCMOD_TYPE { ...@@ -529,7 +530,7 @@ typedef enum _BWRITERSHADER_PARAM_SRCMOD_TYPE {
BWRITERSPSM_ABS, BWRITERSPSM_ABS,
BWRITERSPSM_ABSNEG, BWRITERSPSM_ABSNEG,
BWRITERSPSM_NOT, BWRITERSPSM_NOT,
} BWRITERSHADER_PARAM_SRCMOD_TYPE; };
#define BWRITER_SM1_VS 0xfffe #define BWRITER_SM1_VS 0xfffe
#define BWRITER_SM1_PS 0xffff #define BWRITER_SM1_PS 0xffff
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment