/*{
"INPUTS": [
{
"NAME": "inputImage",
"TYPE": "image"
}
]
}*/
void main() {
gl_FragColor = IMG_THIS_PIXEL(inputImage);
}
Eric wrote:Using an ISF module for that is a waste of processing and memory. Even if the image isn’t being modified, it’s still being copied.
© 2021 Color & Music, LLC • This web site is mobile-friendly