Edit in GitHubLog an issue

lib-bayer.glsl


Public Functions: bayerMatrix8

Copied to your clipboard
float bayerMatrix8(uvec2 coords) {
return (float(bayer(coords.x, coords.y)) + 0.5) / 64.0;
}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.