1# zx_framebuffer_get_info
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7framebuffer_get_info - TODO(ZX-3106)
8
9## SYNOPSIS
10
11<!-- Updated by update-docs-from-abigen, do not edit. -->
12
13```
14#include <zircon/syscalls.h>
15
16zx_status_t zx_framebuffer_get_info(zx_handle_t resource,
17                                    uint32_t* format,
18                                    uint32_t* width,
19                                    uint32_t* height,
20                                    uint32_t* stride);
21```
22
23## DESCRIPTION
24
25TODO(ZX-3106)
26
27## RIGHTS
28
29<!-- Updated by update-docs-from-abigen, do not edit. -->
30
31*resource* must have resource kind **ZX_RSRC_KIND_ROOT**.
32
33## RETURN VALUE
34
35TODO(ZX-3106)
36
37## ERRORS
38
39TODO(ZX-3106)
40
41## SEE ALSO
42
43
44TODO(ZX-3106)
45