Skip to content

docs(software): update package doc — compute shaders supported since v0.27.0#200

Merged
kolkov merged 1 commit into
mainfrom
docs/software-backend-doc
May 27, 2026
Merged

docs(software): update package doc — compute shaders supported since v0.27.0#200
kolkov merged 1 commit into
mainfrom
docs/software-backend-doc

Conversation

@kolkov
Copy link
Copy Markdown
Contributor

@kolkov kolkov commented May 27, 2026

Summary

  • hal/software/doc.go claimed "No compute shaders (returns error)" and "No rasterization (draw calls no-op)"
  • Both false since v0.27.0 (SPIR-V interpreter) and v0.25.0 (rasterizer)
  • Updated to reflect actual capabilities

Test plan

  • Build
  • Lint: 0 issues
  • CI

…v0.27.0

doc.go claimed 'No compute shaders (returns error)' and 'No rasterization
(draw calls no-op)'. Both are false since v0.27.0 (SPIR-V interpreter)
and v0.25.0 (rasterizer). Updated to reflect actual capabilities:
SPIR-V interpreter, compute, shader debugger, windowed presentation.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kolkov kolkov merged commit 0bd90ce into main May 27, 2026
11 checks passed
@kolkov kolkov deleted the docs/software-backend-doc branch May 27, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant