| 784 | { |
| 785 | this->get_resource().drawIndexedIndirect(buffer.get_handle(), offset, draw_count, stride); |
| 786 | } |
| 787 | else |
| 788 | { |
| 789 | this->get_resource().drawIndexedIndirect(buffer.get_resource(), static_cast<vk::DeviceSize>(offset), draw_count, stride); |
| 790 | } |
| 791 | } |
| 792 | |
| 793 | template <vkb::BindingType bindingType> |
| 794 | inline void CommandBuffer<bindingType>::end() |
no outgoing calls
no test coverage detected