Skip to content
Snippets Groups Projects
Commit eabfdb7b authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[#106] Fixed wrong sky matrix

parent 1c54fe17
No related branches found
No related tags found
1 merge request!89Resolve "Indirect Dispatch"
Pipeline #26745 passed
......@@ -245,7 +245,7 @@ void App::run() {
// sky
vkcv::PushConstants skyPushConstants(sizeof(glm::mat4));
skyPushConstants.appendDrawcall(viewProjectionPrevious);
skyPushConstants.appendDrawcall(viewProjection);
m_core.recordDrawcallsToCmdStream(
cmdStream,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment