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

Method set_update_after_bind

framework/core/command_buffer.h:1220–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218 else
1219 {
1220 pipeline_state.set_vertex_input_state(reinterpret_cast<vkb::rendering::VertexInputStateCpp const &>(state_info));
1221 }
1222}
1223
1224template <vkb::BindingType bindingType>
1225inline void CommandBuffer<bindingType>::set_viewport(uint32_t first_viewport, std::vector<ViewportType> const &viewports)
1226{

Callers 1

draw_renderpassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected