Added ETC2 and ASTC texture variants (Refs #174), check device features

This commit is contained in:
saschawillems 2017-03-17 18:21:15 +01:00
parent f1bf03a440
commit 622a503f90
4 changed files with 106 additions and 43 deletions

View file

@ -15,6 +15,7 @@
android:label="Displacement mapping"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:configChanges="orientation|screenSize|keyboardHidden">
<meta-data android:name="android.app.lib_name" android:value="vulkanDisplacement" />
<intent-filter>