d3dcompiler: Get rid of the BWRITERSHADER_PARAM_SRCMOD_TYPE typedef.

This commit is contained in:
Henri Verbeet 2013-10-03 08:54:15 +02:00 committed by Alexandre Julliard
parent 540054eb3e
commit 94dece4c0c
1 changed files with 3 additions and 2 deletions

View File

@ -514,7 +514,8 @@ enum bwritersampler_texture_type
#define BWRITERSI_TEXLD_PROJECT 1
#define BWRITERSI_TEXLD_BIAS 2
typedef enum _BWRITERSHADER_PARAM_SRCMOD_TYPE {
enum bwritershader_param_srcmod_type
{
BWRITERSPSM_NONE = 0,
BWRITERSPSM_NEG,
BWRITERSPSM_BIAS,
@ -529,7 +530,7 @@ typedef enum _BWRITERSHADER_PARAM_SRCMOD_TYPE {
BWRITERSPSM_ABS,
BWRITERSPSM_ABSNEG,
BWRITERSPSM_NOT,
} BWRITERSHADER_PARAM_SRCMOD_TYPE;
};
#define BWRITER_SM1_VS 0xfffe
#define BWRITER_SM1_PS 0xffff