Files
bimg/3rdparty/pvrtc/MortonTable.h
2017-04-02 19:26:02 -07:00

19 lines
549 B
C++

//============================================================================
#pragma once
//============================================================================
namespace Javelin
{
namespace Data
{
//============================================================================
extern const unsigned short MORTON_TABLE[256];
//============================================================================
} // namespace Data
} // namespace Javelin
//============================================================================