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
typhonrt edited this page Dec 14, 2014
·
2 revisions
ComputeInvertSampler
This demo shows how to invert the color of an image with a compute shader, but uses a normal texture sampler which can be used in the same way that one samples a texture in a fragment shader. Compute shaders play in the GLSL world and are not removed from it.