Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
shared_object_vk.h File Reference
#include <memory>
#include "flutter/fml/macros.h"
#include "impeller/renderer/backend/vulkan/vk.h"

Go to the source code of this file.

Classes

class  impeller::SharedObjectVK
 
class  impeller::SharedObjectVKT< T >
 

Namespaces

namespace  impeller
 

Typedefs

template<class T >
using impeller::SharedHandleVK = std::shared_ptr< SharedObjectVKT< T > >
 

Functions

template<class T >
auto impeller::MakeSharedVK (vk::UniqueHandle< T, VULKAN_HPP_DEFAULT_DISPATCHER_TYPE > handle)