fix validation errors
This commit is contained in:
@@ -42,16 +42,31 @@ launch_mode = "singleTask"
|
||||
orientation = "landscape"
|
||||
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]]
|
||||
name = "com.oculus.feature.PASSTHROUGH"
|
||||
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]]
|
||||
actions = ["android.intent.action.MAIN"]
|
||||
categories = [
|
||||
"com.oculus.intent.category.VR",
|
||||
"android.intent.category.LAUNCHER",
|
||||
"org.khronos.openxr.intent.category.IMMERSIVE_HMD",
|
||||
]
|
||||
|
||||
# !! IMPORTANT !!
|
||||
|
||||
@@ -117,6 +117,8 @@ unsafe impl GraphicsExt for openxr::Vulkan {
|
||||
ash::extensions::khr::DrawIndirectCount::name(),
|
||||
#[cfg(target_os = "android")]
|
||||
ash::extensions::khr::TimelineSemaphore::name(),
|
||||
ash::vk::KhrImagelessFramebufferFn::name(),
|
||||
ash::vk::KhrImageFormatListFn::name(),
|
||||
];
|
||||
|
||||
let vk_instance = unsafe {
|
||||
|
||||
Reference in New Issue
Block a user