// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** * The type of a value on a {@link FieldProgramBuilder}'s stack or in a slot. */ export class FieldProgramValueType { /** @internal */ static fromValue(value: FieldProgramValueType | string): FieldProgramValueType; get value(): string; /** @internal */ get ffiValue(): number; static Scalar : FieldProgramValueType; static Vec3 : FieldProgramValueType; static Bool : FieldProgramValueType; constructor(value: FieldProgramValueType | string ); }