mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +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() {
|
||||
texIdInUse = C.INDEX_UNSET;
|
||||
inputListener.onFlush();
|
||||
inputListener.onReadyToAcceptInputFrame();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue