diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index 228c721fb0b..e73d7a0b39b 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -436,6 +436,12 @@ struct pipe_screen { struct pipe_fence_handle *fence, uint64_t *fence_value); + /** + * Retrieves the Win32 event handle from the fence. + */ + void* (*fence_get_win32_event)(struct pipe_screen *screen, + struct pipe_fence_handle *fence); + /** * Create a fence from an Win32 handle. *