Skip to content
New issue

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

Add SKImage.ToRawShader #2748

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Add SKImage.ToRawShader #2748

merged 1 commit into from
Feb 9, 2024

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Feb 8, 2024

Description of Change

Bugs Fixed

API Changes

public SKShader ToRawShader ();
public SKShader ToRawShader (SKShaderTileMode tileX, SKShaderTileMode tileY)
public SKShader ToRawShader (SKShaderTileMode tileX, SKShaderTileMode tileY, SKMatrix localMatrix)
public SKShader ToRawShader (SKShaderTileMode tileX, SKShaderTileMode tileY, SKSamplingOptions sampling);
public SKShader ToRawShader (SKShaderTileMode tileX, SKShaderTileMode tileY, SKSamplingOptions sampling, SKMatrix localMatrix);

Behavioral Changes

None.

Required skia PR

mono/skia#119

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Merged related skia PRs
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow mattleibow force-pushed the dev/raw-shaders branch 2 times, most recently from a5d1f8b to f8a11e8 Compare February 9, 2024 14:04
@mattleibow mattleibow merged commit 0176323 into main Feb 9, 2024
1 check passed
@mattleibow mattleibow deleted the dev/raw-shaders branch February 9, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Please wrap SkImage::makeRawShader (milestone 98)
1 participant