mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Flush: Add javadoc to mention flush limitation.
PiperOrigin-RevId: 576482193
This commit is contained in:
parent
fe6305931d
commit
e91ce868ad
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ public interface GlShaderProgram {
|
|||
* <p>The {@code GlShaderProgram} should reclaim the ownership of its allocated textures,
|
||||
* {@linkplain InputListener#onFlush notify} its {@link InputListener} about the flush event, and
|
||||
* {@linkplain InputListener#onReadyToAcceptInputFrame report its availability} if necessary.
|
||||
*
|
||||
* <p>The implementation must not {@linkplain OutputListener#onOutputFrameAvailable output frames}
|
||||
* until after this method returns.
|
||||
*/
|
||||
void flush();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue