Skip to content

Commit f20f73d

Browse files
krazysh01rpavlik
authored andcommitted
Update Pico supported extensions
Update supported Pico extensions to match official documentation https://developer.picoxr.com/document/native/about-extensions/
1 parent f535548 commit f20f73d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

runtimes/bytedance_pico.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../schema.json",
3-
"name": "Bytedance PICO 4 / PICO Neo3",
3+
"name": "Bytedance PICO 4 / PICO 4 Ultra / PICO Neo3",
44
"conformance_submission": 25,
55
"platform": "Android (All-in-one)",
66
"vendor": "BYTEDANCE",
@@ -37,7 +37,13 @@
3737
"XR_FB_foveation_vulkan",
3838
"XR_FB_passthrough",
3939
"XR_FB_swapchain_update_state",
40-
"XR_FB_triangle_mesh"
40+
"XR_FB_triangle_mesh",
41+
"XR_FB_space_warp",
42+
"XR_FB_swapchain_update_state_android_surface",
43+
"XR_FB_swapchain_update_state_opengl_es",
44+
"XR_FB_swapchain_update_state_vulkan",
45+
"XR_META_foveation_eye_tracked",
46+
"XR_META_vulkan_swapchain_create_info"
4147
],
4248
"form_factors": [
4349
{

0 commit comments

Comments
 (0)