diff --git a/inc/hgl/graph/VKMemory.h b/inc/hgl/graph/VKMemory.h index 4d5c5759..32399b91 100644 --- a/inc/hgl/graph/VKMemory.h +++ b/inc/hgl/graph/VKMemory.h @@ -29,7 +29,7 @@ public: const uint32_t GetType ()const{return req.memoryTypeBits;} const VkDeviceSize GetSize ()const{return req.size;} - const VkDeviceSize GetAligment ()const{return req.alignment;} + const VkDeviceSize GetAlignment ()const{return req.alignment;} const uint32_t GetTypeIndex ()const{return index;} const uint32_t GetProperties ()const{return properties;} diff --git a/inc/hgl/graph/VKRenderable.h b/inc/hgl/graph/VKRenderable.h index 4e03f767..7496c55a 100644 --- a/inc/hgl/graph/VKRenderable.h +++ b/inc/hgl/graph/VKRenderable.h @@ -2,7 +2,7 @@ #define HGL_GRAPH_VULKAN_RENDERABLE_INCLUDE #include -#include +#include #include #include #include