Skip to content

Commit 14e201b

Browse files
committed
fix(core): type import error (#2712)
1 parent c6e2c48 commit 14e201b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/core/src/adapter/resources/render-pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type {BufferLayout} from '../types/buffer-layout';
99
import type {
1010
TextureFormatColor,
1111
TextureFormatDepthStencil
12-
} from '@luma.gl/core/shadertypes/texture-types/texture-formats';
12+
} from '../../shadertypes/texture-types/texture-formats';
1313
import type {Shader} from './shader';
1414
import type {SharedRenderPipeline} from './shared-render-pipeline';
1515
import type {RenderPass} from './render-pass';

0 commit comments

Comments
 (0)