aboutsummaryrefslogtreecommitdiff
path: root/primedev/materialsystem/cshaderglue.h
diff options
context:
space:
mode:
authorF1F7Y <64418963+F1F7Y@users.noreply.github.com>2024-08-25 13:58:17 +0200
committerGitHub <noreply@github.com>2024-08-25 13:58:17 +0200
commit5aae42126a062f1d184aff1c8217ef50259ccc53 (patch)
tree7916afa1200f0df6d9e09057c6563b4b467dbef2 /primedev/materialsystem/cshaderglue.h
parent2dce58a733f1ac275e611bd050c2482c5d7cf68b (diff)
downloadNorthstarLauncher-5aae42126a062f1d184aff1c8217ef50259ccc53.tar.gz
NorthstarLauncher-5aae42126a062f1d184aff1c8217ef50259ccc53.zip
engine: restore `mat_crosshair_printmaterial` concommand (#763)
Restores the `mat_crosshair_printmaterial` concommand by reimplementing it's callback. Adds `CMaterialGlue` and `CShaderGlue` classes.
Diffstat (limited to 'primedev/materialsystem/cshaderglue.h')
-rw-r--r--primedev/materialsystem/cshaderglue.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/primedev/materialsystem/cshaderglue.h b/primedev/materialsystem/cshaderglue.h
new file mode 100644
index 00000000..8194f1fb
--- /dev/null
+++ b/primedev/materialsystem/cshaderglue.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class CShaderGlue
+{
+public:
+ void* vftable;
+};