You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from vkUseIOSurfaceMVK() to MVKImage::newMTLTexture(), the IOSurface plane binding is hardcoded to 0, which is not handy if the IOSurface is created with planar format e.g. the IOSurface created for VideoToolBox hw encoding. or maybe integrate it with vk multi-planar format like VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM?
The text was updated successfully, but these errors were encountered:
from vkUseIOSurfaceMVK() to MVKImage::newMTLTexture(), the IOSurface plane binding is hardcoded to 0, which is not handy if the IOSurface is created with planar format e.g. the IOSurface created for VideoToolBox hw encoding. or maybe integrate it with vk multi-planar format like VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM?
The text was updated successfully, but these errors were encountered: