Skip to content

feat: Add WGSL shader code generation support #250

feat: Add WGSL shader code generation support

feat: Add WGSL shader code generation support #250

Triggered via pull request December 3, 2025 22:58
Status Failure
Total duration 45s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Lint
issues found
Lint: pkg/codegen/wgsl_generator.go#L415
S1039: unnecessary use of fmt.Sprintf (staticcheck)
Lint: pkg/codegen/wgsl_generator.go#L181
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
Lint: pkg/codegen/gpu_go_generator.go#L114
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)