Updates to iOS and macOS functionality using MoltenVK.
Use getAssetPath() instead of ASSET_PATH to support broader range of platforms. Multisampling example determines sample rate from device at runtime. Move example wrapper code from DemoViewController.mm to dedicated MVKExample.cpp file. Remove AssImp libraries for iOS and macOS from repo, and add instructions for generating them from AssImp source files. Update general README.md file to mention support for iOS and macOS platforms. Add Apple logo for README.md. Update Vulkan logo to current registered TM logo. Update copyright notice of MoltenVK example files to MIT license. Examples use +/- on main keyboard, instead of numpad.
This commit is contained in:
parent
8b30d7b5fd
commit
96601494d5
27 changed files with 317 additions and 159 deletions
|
|
@ -1,15 +1,8 @@
|
|||
/*
|
||||
* DemoViewController.h
|
||||
* DemoViewController.h
|
||||
*
|
||||
* Copyright (c) 2014-2017 The Brenwill Workshop Ltd. All rights reserved.
|
||||
* http://www.brenwill.com
|
||||
*
|
||||
* Use of this document is governed by the Molten License Agreement, as included
|
||||
* in the Molten distribution package. CAREFULLY READ THAT LICENSE AGREEMENT BEFORE
|
||||
* READING AND USING THIS DOCUMENT. BY READING OR OTHERWISE USING THIS DOCUMENT,
|
||||
* YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THAT LICENSE
|
||||
* AGREEMENT. IF YOU DO NOT ACCEPT THE TERMS AND CONDITIONS OF THAT LICENSE AGREEMENT,
|
||||
* DO NOT READ OR USE THIS DOCUMENT.
|
||||
* Copyright (c) 2016-2017 The Brenwill Workshop Ltd.
|
||||
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue