Monado OpenXR Runtime
|
Displays the content of one or both eye onto a desktop window. More...
Go to the source code of this file.
Enumerations | |
enum | comp_window_peek_eye { COMP_WINDOW_PEEK_EYE_LEFT = 0 , COMP_WINDOW_PEEK_EYE_RIGHT = 1 , COMP_WINDOW_PEEK_EYE_BOTH = 2 } |
Functions | |
struct comp_window_peek * | comp_window_peek_create (struct comp_compositor *c) |
void | comp_window_peek_destroy (struct comp_window_peek **w_ptr) |
void | comp_window_peek_blit (struct comp_window_peek *w, VkImage src, int32_t width, int32_t height) |
enum comp_window_peek_eye | comp_window_peek_get_eye (struct comp_window_peek *w) |
Getter for the peek window's eye enum. More... | |
Displays the content of one or both eye onto a desktop window.
enum comp_window_peek_eye comp_window_peek_get_eye | ( | struct comp_window_peek * | w | ) |
Getter for the peek window's eye enum.
This is a getter function so that struct comp_window_peek can be private.
[in] | w | The peek window struct this compositor has. |