fix validation errors
This commit is contained in:
@@ -42,16 +42,31 @@ launch_mode = "singleTask"
|
|||||||
orientation = "landscape"
|
orientation = "landscape"
|
||||||
resizeable_activity = false
|
resizeable_activity = false
|
||||||
|
|
||||||
|
[[package.metadata.android.uses_feature]]
|
||||||
|
name = "android.hardware.vr.headtracking"
|
||||||
|
required = true
|
||||||
|
|
||||||
|
[[package.metadata.android.uses_feature]]
|
||||||
|
name = "oculus.software.handtracking"
|
||||||
|
required = true
|
||||||
|
|
||||||
[[package.metadata.android.uses_feature]]
|
[[package.metadata.android.uses_feature]]
|
||||||
name = "com.oculus.feature.PASSTHROUGH"
|
name = "com.oculus.feature.PASSTHROUGH"
|
||||||
required = true
|
required = true
|
||||||
version = 1
|
|
||||||
|
[[package.metadata.android.uses_feature]]
|
||||||
|
name = "com.oculus.experimental.enabled"
|
||||||
|
required = true
|
||||||
|
|
||||||
|
[[package.metadata.android.uses_permission]]
|
||||||
|
name = "com.oculus.permission.HAND_TRACKING"
|
||||||
|
|
||||||
[[package.metadata.android.application.activity.intent_filter]]
|
[[package.metadata.android.application.activity.intent_filter]]
|
||||||
actions = ["android.intent.action.MAIN"]
|
actions = ["android.intent.action.MAIN"]
|
||||||
categories = [
|
categories = [
|
||||||
"com.oculus.intent.category.VR",
|
"com.oculus.intent.category.VR",
|
||||||
"android.intent.category.LAUNCHER",
|
"android.intent.category.LAUNCHER",
|
||||||
|
"org.khronos.openxr.intent.category.IMMERSIVE_HMD",
|
||||||
]
|
]
|
||||||
|
|
||||||
# !! IMPORTANT !!
|
# !! IMPORTANT !!
|
||||||
|
|||||||
@@ -117,6 +117,8 @@ unsafe impl GraphicsExt for openxr::Vulkan {
|
|||||||
ash::extensions::khr::DrawIndirectCount::name(),
|
ash::extensions::khr::DrawIndirectCount::name(),
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
ash::extensions::khr::TimelineSemaphore::name(),
|
ash::extensions::khr::TimelineSemaphore::name(),
|
||||||
|
ash::vk::KhrImagelessFramebufferFn::name(),
|
||||||
|
ash::vk::KhrImageFormatListFn::name(),
|
||||||
];
|
];
|
||||||
|
|
||||||
let vk_instance = unsafe {
|
let vk_instance = unsafe {
|
||||||
|
|||||||
Reference in New Issue
Block a user