aboutsummaryrefslogtreecommitdiff
path: root/dxtn/dxtn.def
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-12-25 19:24:30 +0000
committermarha <marha@users.sourceforge.net>2010-12-25 19:24:30 +0000
commited68168a717efb0fb561039dcf6e9037f1478b82 (patch)
treecfa5bd1f7c711ccae771dd19a6b5cd294052c19c /dxtn/dxtn.def
parenta2739af4846f64b875acba066b89e7a61fc6c04c (diff)
parentc2c3ce5abd338cb6345780cb86c30ca9f34a6562 (diff)
downloadvcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.tar.gz
vcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.tar.bz2
vcxsrv-ed68168a717efb0fb561039dcf6e9037f1478b82.zip
Added compilation of dxtxn.dll
Diffstat (limited to 'dxtn/dxtn.def')
-rw-r--r--dxtn/dxtn.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxtn/dxtn.def b/dxtn/dxtn.def
new file mode 100644
index 000000000..a9e8b80b0
--- /dev/null
+++ b/dxtn/dxtn.def
@@ -0,0 +1,6 @@
+EXPORTS
+ fetch_2d_texel_rgb_dxt1
+ fetch_2d_texel_rgba_dxt1
+ fetch_2d_texel_rgba_dxt3
+ fetch_2d_texel_rgba_dxt5
+ tx_compress_dxtn \ No newline at end of file