Searched refs:MetalView (Results 1 – 4 of 4) 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()61 UniquePtr<osx::MetalView> m_view;75 return new VulkanWindow(MovePtr<osx::MetalView>(new osx::MetalView(width, height))); in createWindow()
18 @interface MetalView : MainView interface21 @implementation MetalView implementation43 MetalView* fMetalView;70 fMetalView = [[[MetalView alloc] initWithFrame:frameRect] initWithWindow:fWindow];