You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's worth mentioning that, if you have a texture of type LUMINANCE, when you read its content in shader, the shader value will be the value you supplied/255.
If we want to pass something other than colors, say, a gaussium matrix, this would be really important.
I write my codes based on this concept and it works perfectly.