Stronghold
Fonts Gradients Palettes Icons Images soon Patterns soon Audio soon Shaders
Admin
Browse 1 Sources
Types 7/8

Transitions are off by default.

runnable fragment

Cursor Overlay.fs

vidvox-isf-files utility glsl runnable fragment MIT
code snippet
uniform sampler2D inputImage;
uniform float cursor_scale;
uniform vec2 cursor_position;
precision mediump float;
/*{
    "CATEGORIES": [
        "Overlay", "Utility"
    ],
    "CREDIT": "VIDVOX",
    "DESCRIPTION": "Draws a cursor on top of the input image.",
    "INPUTS": [
		{
			"NAME": "inputImage",
			"TYPE": "image"
isfvjeffectgeneratorcursor overlay
source