Loading libs/graphics/src/viewports/distance_viewport.ts +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ export class DistanceViewport { colorAttachments: [ { view: textureView, clearValue: { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }, clearValue: { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }, loadOp: 'clear', storeOp: 'store', }, Loading Loading
libs/graphics/src/viewports/distance_viewport.ts +1 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,7 @@ export class DistanceViewport { colorAttachments: [ { view: textureView, clearValue: { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }, clearValue: { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }, loadOp: 'clear', storeOp: 'store', }, Loading