pub type PFN_vkCmdBindIndexBuffer = unsafe extern "system" fn(_command_buffer: CommandBuffer, _buffer: Buffer, _offset: DeviceSize, _index_type: IndexType);
Expand description