12#include "xrt/xrt_config_have.h"
14#ifndef XRT_FEATURE_WINDOW_PEEK
15#error "XRT_FEATURE_WINDOW_PEEK not enabled"
26enum comp_window_peek_eye
28 COMP_WINDOW_PEEK_EYE_LEFT = 0,
29 COMP_WINDOW_PEEK_EYE_RIGHT = 1,
30 COMP_WINDOW_PEEK_EYE_BOTH = 2,
42comp_window_peek_blit(
struct comp_window_peek *w, VkImage src, int32_t width, int32_t height);
53enum comp_window_peek_eye
enum comp_window_peek_eye comp_window_peek_get_eye(struct comp_window_peek *w)
Getter for the peek window's eye enum.
Definition: comp_window_peek.c:470
bool comp_window_peek_get_vk_instance_exts(struct u_string_list *out_required_list)
Gets the required vulkan instance extensions for comp_window_peek support.
Definition: comp_window_peek.c:476
Wrapper around OS threading native functions.
Main compositor struct tying everything in the compositor together.
Definition: comp_compositor.h:91
Definition: comp_window_peek.c:31
Definition: u_string_list.cpp:19