struct VoxelEntry

Overview

struct VoxelEntry
{
    // fields

    uint32_t offset = 0;
    uint32_t count = 0;
};