Changed order of includes, uint32_t as index for Geometry::GetIndex(), minor changes
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "Scene/Geometry.hpp"
|
||||
|
||||
#include <utility>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <fmt/core.h>
|
||||
#include "Scene/Geometry.hpp"
|
||||
|
||||
namespace OpenVulkano::Scene
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user