summaryrefslogtreecommitdiff
path: root/materialsystem/stdshaders/xbox
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /materialsystem/stdshaders/xbox
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
Diffstat (limited to 'materialsystem/stdshaders/xbox')
-rw-r--r--materialsystem/stdshaders/xbox/xbox_dbg.def4
-rw-r--r--materialsystem/stdshaders/xbox/xbox_dx8.def4
-rw-r--r--materialsystem/stdshaders/xbox/xbox_dx9.def4
3 files changed, 12 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/xbox/xbox_dbg.def b/materialsystem/stdshaders/xbox/xbox_dbg.def
new file mode 100644
index 0000000..91e7e62
--- /dev/null
+++ b/materialsystem/stdshaders/xbox/xbox_dbg.def
@@ -0,0 +1,4 @@
+LIBRARY stdshader_dbg_360.dll
+EXPORTS
+ CreateInterface @1
+
diff --git a/materialsystem/stdshaders/xbox/xbox_dx8.def b/materialsystem/stdshaders/xbox/xbox_dx8.def
new file mode 100644
index 0000000..d919b32
--- /dev/null
+++ b/materialsystem/stdshaders/xbox/xbox_dx8.def
@@ -0,0 +1,4 @@
+LIBRARY stdshader_dx8_360.dll
+EXPORTS
+ CreateInterface @1
+
diff --git a/materialsystem/stdshaders/xbox/xbox_dx9.def b/materialsystem/stdshaders/xbox/xbox_dx9.def
new file mode 100644
index 0000000..8c86190
--- /dev/null
+++ b/materialsystem/stdshaders/xbox/xbox_dx9.def
@@ -0,0 +1,4 @@
+LIBRARY stdshader_dx9_360.dll
+EXPORTS
+ CreateInterface @1
+