/** * takes an array of string values and converts it to a string of defines * to be added to the top of a WebGL shader * * @param defines - a list of properties to inject as defines */ export declare function compileDefines(defines: string[]): string; //# sourceMappingURL=compileDefines.d.ts.map