Skip to content

Commit e2cf37c

Browse files
committed
Finalize Resize shader
1 parent fb59c07 commit e2cf37c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/resizer/shader.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const fragmentShader = `
2525

2626
export const ShaderConfiguration = {
2727
name: "resizer",
28-
// Use the Babylon.js post process one by default.
29-
// TODO. Fix upstream control.
3028
vertexShader: vertexShader,
3129
fragmentShader,
3230
attributeNames: ["position"],

0 commit comments

Comments
 (0)