Flutter Engine
The Flutter Engine
|
#include "src/gpu/vk/VulkanAMDMemoryAllocator.h"
#include "include/gpu/vk/VulkanExtensions.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkTo.h"
#include "src/core/SkTraceEvent.h"
#include "src/gpu/vk/VulkanInterface.h"
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | skgpu |
Macros | |
#define | SKGPU_COPY_FUNCTION(NAME) functions.vk##NAME = interface->fFunctions.f##NAME |
#define | SKGPU_COPY_FUNCTION_KHR(NAME) functions.vk##NAME##KHR = interface->fFunctions.f##NAME |
#define SKGPU_COPY_FUNCTION | ( | NAME | ) | functions.vk##NAME = interface->fFunctions.f##NAME |
#define SKGPU_COPY_FUNCTION_KHR | ( | NAME | ) | functions.vk##NAME##KHR = interface->fFunctions.f##NAME |