summaryrefslogtreecommitdiffstats
path: root/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_spec_constants.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_spec_constants.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_spec_constants.h b/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_spec_constants.h
new file mode 100644
index 00000000..7a8a33d5
--- /dev/null
+++ b/src/libs/dxvk-native-1.9.2a/src/d3d9/d3d9_spec_constants.h
@@ -0,0 +1,24 @@
+#pragma once
+
+#include <cstdint>
+
+namespace dxvk {
+
+ enum D3D9SpecConstantId : uint32_t {
+ AlphaCompareOp = 0,
+ SamplerType = 1,
+ FogEnabled = 2,
+ VertexFogMode = 3,
+ PixelFogMode = 4,
+
+ PointMode = 5,
+ ProjectionType = 6,
+
+ VertexShaderBools = 7,
+ PixelShaderBools = 8,
+ Fetch4 = 9,
+
+ SamplerDepthMode = 10,
+ };
+
+} \ No newline at end of file