MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / bind_lighting

Method bind_lighting

framework/core/command_buffer.h:559–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557 if constexpr (bindingType == vkb::BindingType::Cpp)
558 {
559 pipeline_state.set_pipeline_layout(pipeline_layout);
560 }
561 else
562 {
563 pipeline_state.set_pipeline_layout(reinterpret_cast<vkb::core::HPPPipelineLayout &>(pipeline_layout));
564 }
565}
566
567template <vkb::BindingType bindingType>
568inline void CommandBuffer<bindingType>::bind_vertex_buffers(uint32_t first_binding,
569 std::vector<std::reference_wrapper<const vkb::core::Buffer<bindingType>>> const &buffers,

Callers 4

drawMethod · 0.80
drawMethod · 0.80
record_drawMethod · 0.80
drawMethod · 0.80

Calls 5

to_u32Function · 0.85
get_bufferMethod · 0.80
get_offsetMethod · 0.80
sizeMethod · 0.80
get_sizeMethod · 0.45

Tested by

no test coverage detected