How to Create a Vulkan VkImage from an Android SurfaceTexture Bound to ExoPlayer?
I’m working on an Android app where I have a SurfaceTexture
that’s bound to an ExoPlayer for video playback. The texture uses the GL_TEXTURE_EXTERNAL_OES
target. I need to create a Vulkan VkImage
from this SurfaceTexture
so that I can use Vulkan for further rendering.