Fix PassthroughShaderProgram flush
PiperOrigin-RevId: 629007018
This commit is contained in:
parent
854e8aad32
commit
43de3b67cf
@ -91,6 +91,7 @@ public class PassthroughShaderProgram implements GlShaderProgram {
|
|||||||
public void flush() {
|
public void flush() {
|
||||||
texIdInUse = C.INDEX_UNSET;
|
texIdInUse = C.INDEX_UNSET;
|
||||||
inputListener.onFlush();
|
inputListener.onFlush();
|
||||||
|
inputListener.onReadyToAcceptInputFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user