summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/Apple/Data
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-12-26 07:03:10 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-12-26 07:03:10 +0000
commit8f9c8d11488b376f31598b120a2dbf055975dc5e (patch)
treea7c77472321299e0c1b1690e4551b51ff192708c /Common/NativeApp/Apple/Data
parentImproved implementation of Vulkan mode in Mac native app (diff)
downloadDiligentEngine-8f9c8d11488b376f31598b120a2dbf055975dc5e.tar.gz
DiligentEngine-8f9c8d11488b376f31598b120a2dbf055975dc5e.zip
Imprved MacOS app implementation: unified functionality common for GL and Vulkan
Diffstat (limited to 'Common/NativeApp/Apple/Data')
-rw-r--r--Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard6
1 files changed, 3 insertions, 3 deletions
diff --git a/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard b/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard
index 04f3d53..0b43f5c 100644
--- a/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard
+++ b/Common/NativeApp/Apple/Data/OSX/Base.lproj/Main.storyboard
@@ -137,7 +137,7 @@
</connections>
</window>
<connections>
- <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="p8t-OE-KhS"/>
+ <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="XQd-qx-IMN"/>
</connections>
</windowController>
<customObject id="Oky-zY-oP4" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
@@ -147,7 +147,7 @@
<!--View Controller-->
<scene sceneID="hIz-AP-VOD">
<objects>
- <viewController storyboardIdentifier="GLViewControllerID" id="XfG-lQ-9wD" sceneMemberID="viewController">
+ <viewController storyboardIdentifier="GLViewControllerID" id="XfG-lQ-9wD" customClass="GLViewController" 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"/>
@@ -161,7 +161,7 @@
<scene sceneID="JAO-pz-Td3">
<objects>
<viewController storyboardIdentifier="MetalViewControllerID" id="VWH-wR-9QD" customClass="MetalViewController" sceneMemberID="viewController">
- <view key="view" id="0v6-SX-xCX" customClass="MTKView">
+ <view key="view" id="0v6-SX-xCX" customClass="MetalView">
<rect key="frame" x="0.0" y="0.0" width="800" height="600"/>
<autoresizingMask key="autoresizingMask"/>
</view>