#include <EGL/egl.h>#include <EGL/eglext.h>#include <EGL/eglplatform.h>#include <GLES2/gl2.h>#include <GLES2/gl2ext.h>#include <d3d11.h>#include <dxgi.h>#include <dxgi1_6.h>#include <windows.h>#include <wrl/client.h>#include <memory>#include <optional>#include "flutter/fml/macros.h"#include "flutter/shell/platform/windows/egl/context.h"#include "flutter/shell/platform/windows/egl/surface.h"#include "flutter/shell/platform/windows/egl/window_surface.h"Go to the source code of this file.
Classes | |
| class | flutter::egl::Manager |
Namespaces | |
| flutter | |
| flutter::egl | |
Enumerations | |
| enum class | flutter::egl::GpuPreference { flutter::egl::NoPreference , flutter::egl::LowPowerPreference } |