Class RenderState (1.18.0)

RenderState(value)

Valid states of the render operation.

Values: RENDER_STATE_UNSPECIFIED (0): The render state is unspecified. SUCCEEDED (1): All rendering operations have completed successfully. FAILED (2): All rendering operations have completed, and one or more have failed. IN_PROGRESS (3): Rendering has started and is not complete.