Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
vulkan_swapchain.cc File Reference
#include "vulkan_swapchain.h"
#include "flutter/vulkan/procs/vulkan_proc_table.h"
#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/include/core/SkSurface.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"
#include "third_party/skia/include/gpu/GrDirectContext.h"
#include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h"
#include "third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h"
#include "third_party/skia/include/gpu/vk/GrVkTypes.h"
#include "vulkan_backbuffer.h"
#include "vulkan_device.h"
#include "vulkan_image.h"
#include "vulkan_surface.h"

Go to the source code of this file.

Namespaces

namespace  vulkan
 

Functions

static std::vector< FormatInfo > vulkan::DesiredFormatInfos ()
 

Variable Documentation

◆ color_space_

sk_sp<SkColorSpace> color_space_

Definition at line 28 of file vulkan_swapchain.cc.

◆ color_type_

SkColorType color_type_

Definition at line 27 of file vulkan_swapchain.cc.

◆ format_

VkFormat format_

Definition at line 26 of file vulkan_swapchain.cc.