diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-12-26 07:03:10 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-12-26 07:03:10 +0000 |
| commit | 8f9c8d11488b376f31598b120a2dbf055975dc5e (patch) | |
| tree | a7c77472321299e0c1b1690e4551b51ff192708c /Common/NativeApp/Apple/Data | |
| parent | Improved implementation of Vulkan mode in Mac native app (diff) | |
| download | DiligentEngine-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.storyboard | 6 |
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> |
