Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jan 4, 2025
1 parent 5dc7b67 commit 6bfa2e8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/passes/GeometryPass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
DepthFormat,
DepthStencilFormat,
DepthTexture,
FloatType,
HalfFloatType,
LinearFilter,
Material,
Expand All @@ -24,17 +23,17 @@ import {
WebGLRenderer
} from "three";

import { RenderTargetResource } from "../core/io/RenderTargetResource.js";
import { Pass } from "../core/Pass.js";
import { Selective } from "../core/Selective.js";
import { GBuffer } from "../enums/GBuffer.js";
import { MSAASamples } from "../enums/MSAASamples.js";
import { GBufferConfig } from "../utils/GBufferConfig.js";
import { GBufferTextureConfig } from "../utils/GBufferTextureConfig.js";
import { extractIndices, extractOutputDefinitions } from "../utils/GBufferUtils.js";
import { ObservableSet } from "../utils/ObservableSet.js";
import { Selection } from "../utils/Selection.js";
import { CopyPass } from "./CopyPass.js";
import { GBufferTextureConfig } from "../utils/GBufferTextureConfig.js";
import { RenderTargetResource } from "../core/index.js";

/**
* GeometryPass constructor options.
Expand Down

0 comments on commit 6bfa2e8

Please sign in to comment.