blob: 71459cd532589b84b321447b6cc32dcc45e6e63e [file] [log] [blame] [view]
# zx_framebuffer_get_info
## NAME
<!-- Updated by update-docs-from-abigen, do not edit. -->
framebuffer_get_info - TODO(ZX-3106)
## SYNOPSIS
<!-- Updated by update-docs-from-abigen, do not edit. -->
```
#include <zircon/syscalls.h>
zx_status_t zx_framebuffer_get_info(zx_handle_t resource,
uint32_t* format,
uint32_t* width,
uint32_t* height,
uint32_t* stride);
```
## DESCRIPTION
TODO(ZX-3106)
## RIGHTS
<!-- Updated by update-docs-from-abigen, do not edit. -->
*resource* must have resource kind **ZX_RSRC_KIND_ROOT**.
## RETURN VALUE
TODO(ZX-3106)
## ERRORS
TODO(ZX-3106)
## SEE ALSO
TODO(ZX-3106)