diff options
Diffstat (limited to 'dxtn/dxtn.def')
-rw-r--r-- | dxtn/dxtn.def | 6 |
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 |