SpiecsEngine
 
Loading...
Searching...
No Matches

◆ BindDescriptorSetAsync() [1/2]

void Spices::Renderer::RayTracingRenderBehaveBuilder::BindDescriptorSetAsync ( const DescriptorSetInfo & infos,
const std::string & name,
VkPipelineBindPoint bindPoint = VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR )
overridevirtual

Binding DescriptorSet with DescriptorSetInfo and name Async. For Binding a Material DescriptorSet.

Parameters
[in]infosDescriptorSetInfo.
[in]nameThe material name.
[in]bindPointVkPipelineBindPoint.

Reimplemented from Spices::Renderer::RenderBehaveBuilder.

Definition at line 1189 of file Renderer.cpp.

1194 {
1196
1197 RenderBehaveBuilder::BindDescriptorSetAsync(infos, name, bindPoint);
1198 }
#define SPICES_PROFILE_ZONE
virtual void BindDescriptorSetAsync(const DescriptorSetInfo &infos, VkPipelineBindPoint bindPoint=VK_PIPELINE_BIND_POINT_GRAPHICS)
Binding DescriptorSet with DescriptorSetInfo Async. For Binding a Renderer DescriptorSet.