Flutter Engine
The Flutter Engine
|
#include "flutter/fml/build_config.h"
#include "flutter/fml/logging.h"
#include "vulkan/vulkan.hpp"
Go to the source code of this file.
Macros | |
#define | VK_NO_PROTOTYPES |
#define | VULKAN_HPP_ASSERT FML_CHECK |
#define | VULKAN_HPP_NAMESPACE impeller::vk |
#define | VULKAN_HPP_ASSERT_ON_RESULT(ignored) { [[maybe_unused]] auto res = (ignored); } |
#define | VULKAN_HPP_NO_EXCEPTIONS |
#define VULKAN_HPP_ASSERT_ON_RESULT | ( | ignored | ) | { [[maybe_unused]] auto res = (ignored); } |