AFTER_DRAW
Represents the stage in an extension's lifecycle that occurs immediately after the frame is drawn.
This stage allows extensions to perform operations or cleanup tasks that need to be executed post-rendering, such as resource management or updating states that depend on the completed frame.