mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix PassthroughShaderProgram flush
PiperOrigin-RevId: 629007018
This commit is contained in:
parent
854e8aad32
commit
43de3b67cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue