/// import { BlendState, IBlendState } from '../../states/BlendState'; export declare class BlendStateGPU extends BlendState { readonly gpuState: Partial; constructor(gpuState?: Partial); commitChanges(changes: Partial): void; } //# sourceMappingURL=BlendStateGPU.d.ts.map