• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

djeedai / bevy_hanabi / 14605212650 / 1
58%
main: 58%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2025 09:49PM UTC
Files 29
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Apr 2025 09:43PM UTC coverage: 39.856% (-0.04%) from 39.892%
14605212650.1

push

github

web-flow
Switch `GpuDispatchIndirect` buffers to `GpuBuffer` (#460)

Both the indirect init and indirect update buffers used complex data structures
designed for CPU/GPU interaction. However those buffers are only ever used on
GPU. Switch both of them to use `GpuBuffer`, which doesn't handle any CPU
access and is therefore more simple and optimized (doesn't make any CPU -> GPU
upload copy for example).

Fix a bug where an old buffer for CPU spawners was used after being
reallocated, which caused a panic when submitting the render queue.

3043 of 7635 relevant lines covered (39.86%)

17.57 hits per line

Source Files on job 14605212650.1
  • Tree
  • List 29
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14605212650
  • 1f246925 on github
  • Prev Job for on main (#14602822889.1)
  • Next Job for on main (#14622600997.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc