Hello,
this question has nothing to do with jogl, but OpenGL only.
i have a RGBA texture loaded. how would i render the alpha-channel only and completely ignoring the color channels?
pixels with an alpha of 1 should be white, pixels with an alpha of 0 should be transparent.
is that possible? if so, how?
thanks!