feat: Add WGSL shader code generation support #250
ci.yml
on: pull_request
Format Check
8s
Lint
23s
Test
42s
Build CLI
22s
Build WASM Examples
31s
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)
|