SpiecsEngine
 
Loading...
Searching...
No Matches

◆ BindDescriptorSet() [2/2]

void Spices::Renderer::ComputeRenderBehaveBuilder::BindDescriptorSet ( const DescriptorSetInfo & infos,
VkCommandBuffer cmdBuffer = VK_NULL_HANDLE,
VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_COMPUTE )
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 1930 of file Renderer.cpp.

1935 {
1937
1938 RenderBehaveBuilder::BindDescriptorSet(infos, cmdBuffer, bindPoint);
1939 }
#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.