Graphics: Add RenderSystem and frame pipeline

This commit is contained in:
Jérôme Leclercq
2021-07-06 11:04:22 +02:00
parent 428a706fbe
commit 4ac5fe7cba
37 changed files with 1202 additions and 141 deletions

View File

@@ -16,6 +16,12 @@ namespace Nz
Sphere,
Volume
};
enum class ProjectionType
{
Orthographic,
Perspective
};
}
#endif // NAZARA_ENUMS_GRAPHICS_HPP