Replies: 1 comment 1 reply
-
|
Thanks for pointing it out. The text was there see this line but it doesn't render correctly in the Webpage. GitHub Pages uses Jekyll with Liquid templating, and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am following the transition from 01 foundation to 02 Basic. On two occasions, code is missing in createRayTracingPipeline() :
std::array<VkDescriptorSetLayout, 2> layouts = ;
It should be
std::array<VkDescriptorSetLayout, 2> layouts = {{m_descPack.getLayout(), m_rtDescPack.getLayout()}};
Best regards
Helmut
Beta Was this translation helpful? Give feedback.
All reactions