Flutter Engine
The Flutter Engine
|
#include "tools/gpu/vk/VkTestMemoryAllocator.h"
#include "include/gpu/vk/VulkanExtensions.h"
#include "src/core/SkTraceEvent.h"
#include "src/gpu/vk/VulkanInterface.h"
Go to the source code of this file.
Namespaces | |
namespace | sk_gpu_test |
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 |