mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 14:12:26 +02:00
Move hifi.minMip
This commit is contained in:
parent
cb299695f4
commit
fee36453a3
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue