menu
ProgramOptions
import { ProgramOptions } from "destack:compute";
Compile options for one compute program.
1export struct ProgramOptions {2 label: string;3 entries: [string];4 debug: boolean;5}Members
label: stringDebug label.
entries: [string]Entry point names to retain when provided.
debug: booleanWhether to keep backend debug information.