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

djeedai / bevy_hanabi / 9140425792
66%

Build:
DEFAULT BRANCH: main
Ran 18 May 2024 02:11PM UTC
Jobs 1
Files 28
Run time 1min
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

18 May 2024 02:07PM UTC coverage: 52.722% (+0.07%) from 52.656%
9140425792

push

github

web-flow
Fix storage padding and re-enable buffer clean-up (#324)

Fix the padding of all storage buffers to comply with the GPU device requirements, which on most Desktop platforms is 32 bytes, but can be different (for example on macOS M1 and later, it's generally 256 bytes). This fixes a number of issues where effects are not rendering at all, or display strong artifacts. The change is likely over-doing it by padding all structures used in arrays, however this can be optimized as a later pass.

Fix a bug in the `CloneModifier` where the shader code was allocating cloned particles without checking the buffer capacity, leading to underflow error and stomping over other parts of the buffer.

Re-enable buffer cleaning up on effect deletion, which was commented out during the ribbon change but not fixed, and left disabled. This caused the buffers to fill, leaving no space for new effects even after some effects were deleting, which resulted in newly spawned effects not updating (code was dispatching 0 workground in update pass).

Fixes #322

59 of 187 new or added lines in 4 files covered. (31.55%)

82 existing lines in 8 files now uncovered.

3022 of 5732 relevant lines covered (52.72%)

22.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9140425792.1 18 May 2024 02:11PM UTC 0
52.72
GitHub Action Run
Source Files on build 9140425792
Detailed source file information is not available for this build.
  • Back to Repo
  • eb669f54 on github
  • Prev Build on main (#8582799705)
  • Next Build on main (#9140764052)
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