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
Right now we support only BGRA / Unsigned int 8888 format frames, which forces Mercury to do pixel format conversion for us.
We need to hint that we support a variety of formats, or perhaps just a few.
Use bindToDrawFrameOfSize: and unbindAndPublish: to handle drawing, and integrate using CLIENT STORAGE and SHARED STORAGE and support RGBA, BGRA, YUV, 2vuy and whatever other BS formats we can to mitigate and pixel format conversion overhead.
The text was updated successfully, but these errors were encountered:
Right now we support only BGRA / Unsigned int 8888 format frames, which forces Mercury to do pixel format conversion for us.
We need to hint that we support a variety of formats, or perhaps just a few.
Use bindToDrawFrameOfSize: and unbindAndPublish: to handle drawing, and integrate using CLIENT STORAGE and SHARED STORAGE and support RGBA, BGRA, YUV, 2vuy and whatever other BS formats we can to mitigate and pixel format conversion overhead.
The text was updated successfully, but these errors were encountered: