1generate: 2 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/ganesh/gl" 3 4dryrun: 5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/ganesh/gl" --dryrun 6 7generate_bazel: 8 bazelisk run //tools/gpu/gl/interface:generate_gl_interfaces 9 10dryrun_bazel: 11 bazelisk run //tools/gpu/gl/interface:generate_gl_interfaces -- --dryrun