TeamWisp/WispRenderer

Registry descriptors are missing the `m_` prefix

VZout opened this issue · 0 comments

VZout commented

The shader and pipeline registry descriptions are missing the m_ prefix.

	struct ShaderDescription
	{
		std::string path;
		std::string entry;
		ShaderType type;
	};