pandemonium_engine_minimal/thirdparty/pvrtccompressor/MortonTable.h

19 lines
549 B
C++
Raw Normal View History

2023-12-14 21:54:22 +01:00
//============================================================================
#pragma once
//============================================================================
namespace Javelin
{
namespace Data
{
//============================================================================
extern const unsigned short MORTON_TABLE[256];
//============================================================================
} // namespace Data
} // namespace Javelin
//============================================================================