Revert "d3d10_1.idl: Added D3D10_1_SHADER_*_VERSION constants.".
This reverts commit044d7e82bf
. These were added later by9e942d29
in the _D3D10_1_CONSTANTS ifdef block. The double define causes a compile error with midl.
This commit is contained in:
parent
82e66b4b47
commit
832aa40ae6
|
@ -48,8 +48,6 @@ cpp_quote("#define D3D10_1_FLOAT32_TO_INTEGER_TOLERANCE_IN_ULP (0.6f)")
|
|||
import "d3d10.idl";
|
||||
cpp_quote("#include <d3d10_1shader.h>")
|
||||
|
||||
const UINT D3D10_1_SHADER_MAJOR_VERSION = 4;
|
||||
const UINT D3D10_1_SHADER_MINOR_VERSION = 1;
|
||||
|
||||
typedef enum D3D10_FEATURE_LEVEL1
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue