///
import { DepthState, IDepthState } from '../../states/DepthState';
export declare class DepthStateGPU extends DepthState {
readonly gpuState: Partial;
constructor(gpuState?: Partial);
commitChanges(_: Partial): void;
}
//# sourceMappingURL=DepthStateGPU.d.ts.map