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

shader-slang / slang-rhi / 26273610842
69%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 07:08AM UTC
Jobs 3
Files 253
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

22 May 2026 07:05AM UTC coverage: 68.723% (+0.3%) from 68.421%
26273610842

push

github

web-flow
fix: use clamped coordinate in TextureViewImpl::_getTexelPtr (#752)

The _getTexelPtr function computes a clamped coordinate value 'coord' but
then uses the original unclamped 'texelCoords[axis]' for the offset
calculation. This means the bounds clamping logic is completely
ineffective, allowing out-of-range texel coordinates to read or write
arbitrary memory relative to the texture data buffer.

Fix by using the clamped 'coord' variable instead of 'texelCoords[axis]'
in the offset calculation, matching the pattern used in SampleLevel().

12048 of 20406 branches covered (59.04%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

19 existing lines in 2 files now uncovered.

35613 of 48946 relevant lines covered (72.76%)

278737.65 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
39.0
0.0% src/cpu/cpu-texture.cpp

Coverage Regressions

Lines Coverage ∆ File
16
65.15
-0.84% src/cuda/optix-api-impl.cpp
3
77.72
-2.17% src/cuda/cuda-backend.cpp
Jobs
ID Job ID Ran Files Coverage
1 windows-x86_64 - 26273610842.1 22 May 2026 07:11AM UTC 227
68.08
GitHub Action Run
2 linux-x86_64 - 26273610842.2 22 May 2026 07:09AM UTC 173
64.67
GitHub Action Run
3 macos-aarch64 - 26273610842.3 22 May 2026 07:11AM UTC 166
38.44
GitHub Action Run
Source Files on build 26273610842
  • Tree
  • List 253
  • Changed 21
  • Source Changed 1
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26273610842
  • d46f42bf on github
  • Prev Build on main (#26245174254)
  • Next Build on main (#26436532508)
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