UNPKG

nanogl-pbr

Version:
4 lines (3 loc) 159 B
import Enum from "./Enum"; export declare const AlphaModes: readonly ["OPAQUE", "MASK", "BLEND"]; export declare type AlphaModeEnum = Enum<typeof AlphaModes>;