fixed descriptors
This commit is contained in:
parent
83bb8ebd61
commit
5e3a7738ed
14 changed files with 334 additions and 167 deletions
|
|
@ -368,6 +368,7 @@ void WindowVulkan::Render() {
|
|||
range
|
||||
);
|
||||
|
||||
onRender.Invoke(drawCmdBuffers[currentBuffer]);
|
||||
|
||||
vkCmdBindPipeline(drawCmdBuffers[currentBuffer], VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR, rtPipeline);
|
||||
VkBindDescriptorSetsInfo bindDescriptorSetsInfo{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue