1# NativeWindow 2<!--Kit: ArkGraphics 2D--> 3<!--Subsystem: Graphics--> 4<!--Owner: @Felix-fangyang; @li_hui180; @dingpy--> 5<!--Designer: @conan13234--> 6<!--Tester: @nobuggers--> 7<!--Adviser: @ge-yafang--> 8## 概述 9 10提供NativeWindow功能,作为数据生产者,可用来和egl对接。 11 12**起始版本:** 8 13 14## 文件汇总 15 16| 名称 | 描述 | 17| ---------------------------------------------------- | ------------------------------------------------------------ | 18| [buffer_handle.h](capi-buffer-handle-h.md) | 定义NativeWindow模块使用的BufferHandle的结构体。引用文件:<native_window/buffer_handle.h> | 19| [external_window.h](capi-external-window-h.md) | 定义获取和使用NativeWindow的相关函数。引用文件:<native_window/external_window.h> | 20| [graphic_error_code.h](capi-graphic-error-code-h.md) | 定义错误码。引用文件:<native_window/graphic_error_code.h> |