Updating the creation of the SBT
This commit is contained in:
parent
f476512440
commit
10637464fc
17 changed files with 477 additions and 444 deletions
|
|
@ -206,7 +206,12 @@ public:
|
|||
VkDescriptorSet m_lanternIndirectDescSet;
|
||||
VkPipelineLayout m_lanternIndirectCompPipelineLayout;
|
||||
VkPipeline m_lanternIndirectCompPipeline;
|
||||
nvvk::Buffer m_rtSBTBuffer;
|
||||
|
||||
nvvk::Buffer m_rtSBTBuffer;
|
||||
VkStridedDeviceAddressRegionKHR m_rgenRegion{};
|
||||
VkStridedDeviceAddressRegionKHR m_missRegion{};
|
||||
VkStridedDeviceAddressRegionKHR m_hitRegion{};
|
||||
VkStridedDeviceAddressRegionKHR m_callRegion{};
|
||||
|
||||
// Buffer to source vkCmdTraceRaysIndirectKHR indirect parameters and lantern color,
|
||||
// position, etc. from when doing lantern lighting passes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue