We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21391d commit 3ac2a5fCopy full SHA for 3ac2a5f
src/renderer/dx12/dx12_renderer.cpp
@@ -239,7 +239,7 @@ std::filesystem::path cg::renderer::dx12_renderer::get_shader_path(const std::st
239
{
240
WCHAR buffer[MAX_PATH];
241
GetModuleFileName(nullptr, buffer, MAX_PATH);
242
- auto shader_path = std::filesystem::path(buffer).parent_path() / shader_name
+ auto shader_path = std::filesystem::path(buffer).parent_path() / shader_name;
243
return shader_path;
244
}
245
0 commit comments