Skip to content

Commit

Permalink
add radiance cascades paper
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgem committed Jul 3, 2024
1 parent 65ba24a commit 1d009f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssgi/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Pipeline CreateViewPipeline(VulkanAPI& vk, LvkIm3dState& im3dState, ShaderProgra
vkCmdSetViewport(commandBuffer, 0, 1, &viewport);
vkCmdSetScissor(commandBuffer, 0, 1, &scissor);
vkCmdPushConstants(commandBuffer, gbufferPipelineData->m_PipelineLayout, VK_SHADER_STAGE_VERTEX_BIT, 0, sizeof(PCViewData), &pcData);

for (auto& renderable : renderables)
{
renderable.RecordGraphicsCommands(commandBuffer);
Expand Down
Binary file added meta/lvk/Papers/RadianceCascades.pdf
Binary file not shown.

0 comments on commit 1d009f4

Please sign in to comment.