SpiecsEngine
 
Loading...
Searching...
No Matches

◆ BindDescriptorSet() [2/2]

void Spices::Renderer::RayTracingRenderBehaveBuilder::BindDescriptorSet ( const DescriptorSetInfo & infos,
VkCommandBuffer cmdBuffer = VK_NULL_HANDLE,
VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR )
overridevirtual

Binding DescriptorSet with DescriptorSetInfo. For Binding a Renderer DescriptorSet.

Parameters
[in]infosDescriptorSetInfo.
[in]cmdBufferInput a VkCommandBuffer if needs, otherwise use self variable.
[in]bindPointVkPipelineBindPoint.

Reimplemented from Spices::Renderer::RenderBehaveBuilder.

Definition at line 1156 of file Renderer.cpp.

1161 {
1163
1164 RenderBehaveBuilder::BindDescriptorSet(infos, cmdBuffer, bindPoint);
1165 }
#define SPICES_PROFILE_ZONE
virtual void BindDescriptorSet(const DescriptorSetInfo &infos, VkCommandBuffer cmdBuffer=VK_NULL_HANDLE, VkPipelineBindPoint bindPoint=VK_PIPELINE_BIND_POINT_GRAPHICS)
Binding DescriptorSet with DescriptorSetInfo. For Binding a Renderer DescriptorSet.