#include "RenderCore/ghi_fwd.h"
#include "RenderCore/ghi_enums.h"
#include "RenderCore/Shader.h"
#include "RenderCore/ShaderProgram.h"
#include "RenderCore/VertexStorage.h"
#include "RenderCore/IndexStorage.h"
#include "RenderCore/Mesh.h"
#include <Utility/INoCopyAndMove.h>
#include <Common/logging.h>
#include <Common/assertion.h>
#include <Common/primitive_type.h>
#include <Math/math_fwd.h>
#include <Utility/TSpan.h>
#include <cstddef>
#include <type_traits>
#include <source_location>
#include <string>
#include <memory>
Go to the source code of this file.