pluginapi: add separate window render events
This commit is contained in:
parent
a2bb95fc60
commit
9c9b74179c
2 changed files with 6 additions and 0 deletions
|
|
@ -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) */
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue