#pragma once #include #include namespace zgl { template struct uniform_buffer_alignment_metadata { std::array byte_offsets{}; std::size_t byte_size{}; }; }