Fix PassthroughShaderProgram flush

PiperOrigin-RevId: 629007018
This commit is contained in:
claincly 2024-04-29 02:48:54 -07:00 committed by Copybara-Service
parent 854e8aad32
commit 43de3b67cf

View File

@ -91,6 +91,7 @@ public class PassthroughShaderProgram implements GlShaderProgram {
public void flush() {
texIdInUse = C.INDEX_UNSET;
inputListener.onFlush();
inputListener.onReadyToAcceptInputFrame();
}
@Override