| 756 | this->get_resource().dispatchIndirect(buffer.get_handle(), offset); |
| 757 | } |
| 758 | else |
| 759 | { |
| 760 | this->get_resource().dispatchIndirect(buffer.get_resource(), static_cast<vk::DeviceSize>(offset)); |
| 761 | } |
| 762 | } |
| 763 | |
| 764 | template <vkb::BindingType bindingType> |
| 765 | inline void CommandBuffer<bindingType>::draw(uint32_t vertex_count, uint32_t instance_count, uint32_t first_vertex, uint32_t first_instance) |
no outgoing calls
no test coverage detected