generate:
	go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/ganesh/gl"

dryrun:
	go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/ganesh/gl" --dryrun
