demo player movement

This commit is contained in:
h4570
2022-07-31 17:37:48 +02:00
parent 12dd72f15e
commit b94ef8c416
12 changed files with 134 additions and 15 deletions
@@ -15,6 +15,7 @@
#include "math/vec4.hpp"
#include "../pipeline_shading_type.hpp"
#include "../pipeline_texture_mapping_type.hpp"
#include "../pipeline_transformation_type.hpp"
namespace Tyra {
@@ -28,6 +29,7 @@ class PipelineInfoBag {
PipelineShadingType shadingType;
PipelineTextureMappingType textureMappingType;
PipelineTransformationType transformationType;
bool blendingEnabled;
bool antiAliasingEnabled;