feat: Add WGSL shader code generation support #253
ci.yml
on: pull_request
Format Check
11s
Lint
23s
Test
40s
Test WASM
29s
Build CLI
17s
Build WASM Examples
21s
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)
|