Searched refs:MetalView (Results 1 – 3 of 3) sorted by relevance
31 class MetalView class34 MetalView (int width, int height);35 ~MetalView (void);42 MetalView (const MetalView&);43 MetalView operator= (const MetalView&);
51 MetalView::MetalView (int width, int height)56 void MetalView::setSize(int width, int height)61 MetalView::~MetalView ()
46 VulkanWindow (MovePtr<osx::MetalView> view) in VulkanWindow()57 UniquePtr<osx::MetalView> m_view;71 return new VulkanWindow(MovePtr<osx::MetalView>(new osx::MetalView(width, height))); in createWindow()