diff options
Diffstat (limited to 'examples/contact-cards/shaders/clipped-image.frag')
-rw-r--r-- | examples/contact-cards/shaders/clipped-image.frag | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/contact-cards/shaders/clipped-image.frag b/examples/contact-cards/shaders/clipped-image.frag index bde9850c..f9d80188 100644 --- a/examples/contact-cards/shaders/clipped-image.frag +++ b/examples/contact-cards/shaders/clipped-image.frag @@ -1,3 +1,5 @@ +//@version 100 + // This fragment-shader does not output anything. // It's for a control which is just going to clip as specified in the vertex shader. |