Move hifi.minMip

This commit is contained in:
Ryan Huffman 2017-04-26 17:53:13 -07:00
parent cb299695f4
commit fee36453a3
2 changed files with 5 additions and 4 deletions

View file

@ -34,7 +34,9 @@ namespace ktx {
namespace gpu {
extern const std::string SOURCE_HASH_KEY;
const std::string SOURCE_HASH_KEY { "hifi.sourceHash" };
const uint8 SOURCE_HASH_BYTES = 16;
// THe spherical harmonics is a nice tool for cubemap, so if required, the irradiance SH can be automatically generated

View file

@ -70,10 +70,9 @@ end
namespace ktx {
const std::string HIFI_MIN_POPULATED_MIP_KEY = "hifi.minMip";
const uint32_t PACKING_SIZE { sizeof(uint32_t) };
const std::string HIFI_MIN_POPULATED_MIP_KEY{ "hifi.minMip" };
using Byte = uint8_t;
enum class GLType : uint32_t {