Skip to content

Commit

Permalink
export OgreMetalView so that a client can subclass it (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwwalker committed Nov 27, 2021
1 parent 85b1cc4 commit 305bfb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RenderSystems/Metal/include/Windowing/OSX/OgreMetalView.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ THE SOFTWARE.
#import <QuartzCore/CAMetalLayer.h>
#import <Metal/Metal.h>
#import <AppKit/AppKit.h>
#include "OgreMetalPrerequisites.h"

_OgreMetalExport
@interface OgreMetalView : NSView

// view has a handle to the metal device when created
Expand Down

0 comments on commit 305bfb9

Please sign in to comment.