Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valigursky committed Jul 9, 2024
1 parent 87f604b commit e1f386e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scene/graphics/render-pass-color-grab.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { RenderPass } from "../../platform/graphics/render-pass.js";
import { RenderTarget } from "../../platform/graphics/render-target.js";
import { Texture } from "../../platform/graphics/texture.js";

// uniform names (first is current name, second one is deprecated name for compatibility)
// uniform name
const _colorUniformName = 'uSceneColorMap';

/**
Expand Down
2 changes: 1 addition & 1 deletion src/scene/graphics/render-pass-depth-grab.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { RenderPass } from "../../platform/graphics/render-pass.js";
import { RenderTarget } from "../../platform/graphics/render-target.js";
import { Texture } from "../../platform/graphics/texture.js";

// uniform names (first is current name, second one is deprecated name for compatibility)
// uniform name
const _depthUniformName = 'uSceneDepthMap';

/**
Expand Down

0 comments on commit e1f386e

Please sign in to comment.