diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-01 20:04:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-01 20:04:07 +0200 |
commit | 3dc6362599e85c9978ec4e9676ebcda3ab52beaf (patch) | |
tree | acac74986000b7a0a0c75d412fa850923abb7e87 /chunk.hpp | |
parent | 9436414c5002e86e64f90be3f10933fdba63943e (diff) |
a
Diffstat (limited to 'chunk.hpp')
-rw-r--r-- | chunk.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -27,9 +27,8 @@ struct chunk_coords final { struct chunk_sampler_array final { using shared_sampler = std::shared_ptr<tile_atlas>; - using sampler_tuple = std::pair<shared_sampler, int>; + static constexpr inline int MAX_SAMPLERS = 32; - static constexpr inline int MAX_SAMPLERS = 16; std::vector<std::shared_ptr<tile_atlas>> samplers; std::array<UnsignedInt, TILE_COUNT> sampler_map = {}; |