Skip to content

Instantly share code, notes, and snippets.

@MadFlasheroo7
Created May 7, 2025 09:13
Show Gist options
  • Save MadFlasheroo7/2b56c384af36581ee471eb5f6228ee6c to your computer and use it in GitHub Desktop.
Save MadFlasheroo7/2b56c384af36581ee471eb5f6228ee6c to your computer and use it in GitHub Desktop.
Function Description
vec4 unpremul(vec4 color) Converts color value to non-premultiplied alpha
half3 toLinearSrgb(half3 color) Color space transformation to linear SRGB
half3 fromLinearSrgb(half3 color) Color space transformation from linear SRGB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment