bgfx/3rdparty/pvrtc/MortonTable.h

19 lines
549 B
C
Raw Normal View History

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