diff options
Diffstat (limited to 'thirdparty/pvrtccompressor/MortonTable.h')
-rw-r--r-- | thirdparty/pvrtccompressor/MortonTable.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/thirdparty/pvrtccompressor/MortonTable.h b/thirdparty/pvrtccompressor/MortonTable.h new file mode 100644 index 0000000000..7a27e59544 --- /dev/null +++ b/thirdparty/pvrtccompressor/MortonTable.h @@ -0,0 +1,18 @@ +//============================================================================ + +#pragma once + +//============================================================================ + +namespace Javelin +{ + namespace Data + { +//============================================================================ + + extern const unsigned short MORTON_TABLE[256]; + +//============================================================================ + } // namespace Data +} // namespace Javelin +//============================================================================ |