We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953844d commit e1e0d55Copy full SHA for e1e0d55
1 file changed
cpp.hint
@@ -0,0 +1,10 @@
1
+// ReShade.vcxproj
2
+
3
+#define VR_Interface_Impl(type, method_name, vtable_index, interface_version, impl, return_type, ...) static return_type type##_##method_name##_##interface_version(vr::type *pThis, ##__VA_ARGS__) {}
4
5
+// ReShadeFX.vcxproj
6
7
+#define DEFINE_INTRINSIC(name, i, ret_type, ...)
8
+#define IMPLEMENT_INTRINSIC_GLSL(name, i, code)
9
+#define IMPLEMENT_INTRINSIC_HLSL(name, i, code)
10
+#define IMPLEMENT_INTRINSIC_SPIRV(name, i, code)
0 commit comments