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
SkImageFilters::RuntimeShader
I want to use RuntimeShader to overlay fragment shader effects.
RuntimeShader
Exposed SkImageFilters::RuntimeShader in C# like other SKImageFilter.CreateXXX.
SKImageFilter.CreateXXX
None.
No response
The text was updated successfully, but these errors were encountered:
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
Note: You can give me feedback by 👍 or 👎 this comment.
Sorry, something went wrong.
Now SKRuntimeShaderBuilder is implemented in C#. But SkImageFilters::RuntimeShader in C++ requires a SKRuntimeShaderBuilder parameter.
SKRuntimeShaderBuilder
No branches or pull requests
Is your feature request related to a problem?
I want to use
RuntimeShader
to overlay fragment shader effects.Describe the solution you would like
Exposed
SkImageFilters::RuntimeShader
in C# like otherSKImageFilter.CreateXXX
.Describe alternatives you have considered
None.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: