Skip to content

d3d11: re-orient texture using libvlc

Martin Finkel requested to merge mfkl/vlc-unity:orientation into master

This isn't sufficient when using Graphics.Blit as done in the VLCPlayerExample, because my guess is that the texture is copied back to the Unity pipeline and re-oriented using their own logic.

opengl support for android is not yet available.

Merge request reports