TLabAltoh / TLabWebViewVR

Sample project for using WebView in Oculus quest VR in Unity. Includes Meta XR SDK and XR Interaction Toolkit implementation example.
https://tlabgames.gitbook.io/tlabwebview/
MIT License
36 stars 5 forks source link

Vulkan Support? #25

Open yusufalibrahim1994 opened 4 months ago

yusufalibrahim1994 commented 4 months ago

Excellent work with the webview using OpenGL! Is there any plan to support Vulkan?

TLabAltoh commented 4 months ago

There is no support for Vulkan yet, but I will support it in the future.

TLabAltoh commented 2 months ago

In the latest update, this plugin has added support for Vulkan with certain limitations. The target Android device must support not only Vulkan but also OpenGL ES, as this plugin depends on the GLES API for specific processes.