The shader and pipeline registry descriptions are missing the `m_` prefix. ``` struct ShaderDescription { std::string path; std::string entry; ShaderType type; }; ```
The shader and pipeline registry descriptions are missing the
m_prefix.