diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-12-26 01:04:20 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-12-26 01:04:20 +0000 |
| commit | 0f7acbb013044c72f70211fbb19b531d673c91ae (patch) | |
| tree | e74740c806df9a4fad484079d6d96f531c4d34e1 /Common/NativeApp/Apple/Data | |
| parent | Enabled Vulkan mode on Mac (preliminary implementation) (diff) | |
| download | DiligentEngine-0f7acbb013044c72f70211fbb19b531d673c91ae.tar.gz DiligentEngine-0f7acbb013044c72f70211fbb19b531d673c91ae.zip | |
Improved implementation of Vulkan mode in Mac native app
Diffstat (limited to 'Common/NativeApp/Apple/Data')
| -rw-r--r-- | Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard b/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard index 312b53d..04f3d53 100644 --- a/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard +++ b/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard @@ -71,12 +71,6 @@ <action selector="runToolbarCustomizationPalette:" target="Ady-hI-5gd" id="pQI-g3-MTW"/> </connections> </menuItem> - <menuItem title="Metal" id="d28-Qb-Hbb" userLabel="Metal"> - <modifierMask key="keyEquivalentModifierMask"/> - <connections> - <segue destination="VWH-wR-9QD" kind="modal" id="S5M-I6-cmz"/> - </connections> - </menuItem> </items> </menu> </menuItem> @@ -143,7 +137,7 @@ </connections> </window> <connections> - <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/> + <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="p8t-OE-KhS"/> </connections> </windowController> <customObject id="Oky-zY-oP4" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> @@ -153,7 +147,7 @@ <!--View Controller--> <scene sceneID="hIz-AP-VOD"> <objects> - <viewController id="XfG-lQ-9wD" sceneMemberID="viewController"> + <viewController storyboardIdentifier="GLViewControllerID" id="XfG-lQ-9wD" sceneMemberID="viewController"> <view key="view" id="m2S-Jp-Qdl" userLabel="GL View" customClass="GLView"> <rect key="frame" x="0.0" y="0.0" width="800" height="600"/> <autoresizingMask key="autoresizingMask"/> @@ -166,8 +160,8 @@ <!--Metal View Controller--> <scene sceneID="JAO-pz-Td3"> <objects> - <viewController id="VWH-wR-9QD" customClass="MetalViewController" sceneMemberID="viewController"> - <view key="view" id="0v6-SX-xCX" customClass="MetalView"> + <viewController storyboardIdentifier="MetalViewControllerID" id="VWH-wR-9QD" customClass="MetalViewController" sceneMemberID="viewController"> + <view key="view" id="0v6-SX-xCX" customClass="MTKView"> <rect key="frame" x="0.0" y="0.0" width="800" height="600"/> <autoresizingMask key="autoresizingMask"/> </view> |
