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