Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 29bd4c4

Browse files
committed
Remove clearBindings hack
1 parent f64cd0d commit 29bd4c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testing/dart/gpu_test.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ void drawTriangle(RenderPassState state, Vector4 color) {
128128
transients.emplace(unlitUBO(Matrix4.identity(), color));
129129
state.renderPass.bindVertexBuffer(vertices, 3);
130130

131-
// TODO(bdero): Overwrite bindings with the same slot so we don't need to clear.
132-
// https://github.com/flutter/flutter/issues/155335
133-
state.renderPass.clearBindings();
134-
135131
final gpu.UniformSlot vertInfo =
136132
pipeline.vertexShader.getUniformSlot('VertInfo');
137133
state.renderPass.bindUniform(vertInfo, vertInfoData);

0 commit comments

Comments
 (0)