diff --git a/inc/hgl/graph/VK.h b/inc/hgl/graph/VK.h index 25fc8248..0c737e6c 100644 --- a/inc/hgl/graph/VK.h +++ b/inc/hgl/graph/VK.h @@ -122,6 +122,7 @@ inline const uint GetShaderCountByBits(const uint32_t bits) struct PushConstant { Matrix4f local_to_world; + Matrix4f normal; }; constexpr uint32_t MAX_PUSH_CONSTANT_BYTES=sizeof(PushConstant);