Mercurial > repos > blastem
view shaders/extra_window.f.glsl @ 2596:01cd8aa40573
populate registers at full size in test generator to expose masking bugs
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 09 Feb 2025 22:08:47 -0800 |
parents | fd04b139a73a |
children |
line wrap: on
line source
uniform sampler2D texture; varying mediump vec2 texcoord; void main() { gl_FragColor = texture2D(texture, texcoord); }