pluginapi: add separate window render events

This commit is contained in:
vaxerski
2023-05-26 13:07:45 +02:00
parent a2bb95fc60
commit 9c9b74179c
2 changed files with 6 additions and 0 deletions

View File

@@ -20,4 +20,6 @@ enum eRenderStage
RENDER_LAST_MOMENT, /* Last moment to render with the gl context */
RENDER_POST, /* After rendering is finished, gl context not available anymore */
RENDER_POST_MIRROR, /* After rendering a mirror */
RENDER_PRE_WINDOW, /* Before rendering a window (any pass) Note some windows (e.g. tiled) may have 2 passes (main & popup) */
RENDER_POST_WINDOW, /* After rendering a window (any pass) */
};