We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRBackendRenderTarget
PR #2788 has done most of the work to bring Metal APIs to all Skia platforms. However it's missing the API to create GRBackendRenderTarget.
Thie force code such as https://github.com/unoplatform/uno/blob/ce498ef9e916936f8df4d24476085641899ab151/src/Uno.UI.Runtime.Skia.MacOS/MacOSMetalRenderer.cs#L31-L48
The public GRBackendRenderTarget (int width, int height, GRMtlTextureInfo mtlInfo) should be available in netXX builds.
public GRBackendRenderTarget (int width, int height, GRMtlTextureInfo mtlInfo)
netXX
The API is missing.
2.88.9 (Current)
Other (Please indicate in the description)
macOS
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
PR #2788 has done most of the work to bring Metal APIs to all Skia platforms.
However it's missing the API to create
GRBackendRenderTarget
.Code
Thie force code such as
https://github.com/unoplatform/uno/blob/ce498ef9e916936f8df4d24476085641899ab151/src/Uno.UI.Runtime.Skia.MacOS/MacOSMetalRenderer.cs#L31-L48
Expected Behavior
The
public GRBackendRenderTarget (int width, int height, GRMtlTextureInfo mtlInfo)
should be available innetXX
builds.Actual Behavior
The API is missing.
Version of SkiaSharp
2.88.9 (Current)
Last Known Good Version of SkiaSharp
Other (Please indicate in the description)
IDE / Editor
Other (Please indicate in the description)
Platform / Operating System
macOS
Platform / Operating System Version
No response
Devices
No response
Relevant Screenshots
No response
Relevant Log Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: