Overlay for running GPU shaders on top of Windows desktop
Overlay for running GPU shaders on top of Windows desktop.
Latest stable release (v1.1.0, 5 Apr 2025):
https://github.com/mausimus/ShaderGlass/releases/download/v1.1.0/ShaderGlass-1.1.0-win-x64.zip
Betas and older versions available here
Follow ShaderGlass on itch.io for latest updates.
If the app reports missing libraries please install Visual C++ Redistributable 2019
Click to view on YouTube
ShaderGlass running over multiple applications on Windows 11 desktop.
In this mode a transparent floating window will apply a shader to anything behind it.
Requires Windows 10 2004 - on 1903/1909 you will see only a black window if you switch to this mode.
Wikipedia in Chrome processed by crt-geom shader which applies scanlines and CRT curvature.
When capture is fixed to a specific window it’s easier to tune scaling to match the input
and image can also be recaptured (screenshot/OBS etc.)
Amiga version of The Secret of Monkey Island (1990)
running in FS-UAE with crt-interlaced-halation shader applied.
Ninja (1986) for the Atari XL
running in Altirra with a TV-OUT simulation shader.
The Crimson Diamond (2024),
a modern AGS game using HSM MegaBezel STD shader.
Police Quest (1987)
with its massive half-EGA pixels, aspect-ratio corrected and post-processed using newpixie-crt shader.
Rick Dangerous (1989)
with C64 monitor shader applied.
Currently supported options are:
Enable Global Hotkeys - toggle use of global hotkeys (if they conflict with another app)
Show Menu - toggle menu bar (‘m’)
Remember Position - remember previous window position and size on startup
GPU - shows the GPU which Windows assigned to ShaderGlass (read-only)
FPS - by default ShaderGlass runs at V-Sync, you can reduce GPU load by lowering the frame rate (for pixel art etc.)
Advanced - extra options for lowering latency; these options require restarting ShaderGlass
Load/Save/Recent Profiles - you can save ShaderGlass’ configuration into a profile file and load later
Set as default/Remove default - make current settings the default when starting up
Desktop - captures the whole desktop or an individual monitor, defaults to Glass mode
Window - captures the selected window, defaults to Clone mode
Rescan - refresh the list of open windows
Crop - remove border around captured window, if your emulator has a toolbar for example
File - load a .png or .jpg file as input
Pixel Size - indicates the size of input pixels (pre-scaling), i.e. if you run a game in x3 scaling mode set this to x3 as well so that ShaderGlass can tell the original resolution
Capture Cursor - whether to include mouse cursor in capture
Remove Yellow Border - disables yellow frame around captured area (forced security feature); currently only supported on Windows 11
Mode - overrides default mode for the input type:
Glass (default for Desktop) - ShaderGlass window appears transparent, you have to position it over the window or area you’d like to capture
Clone (default for Window) - ShaderGlass copies the content of capture so you can position it anywhere; this mode is also faster and more compatible
Window - override mouse behavior:
Solid (default for Clone) - ShaderGlass window area is solid (traps mouse events), with the only exception of passing focus to captured window when clicked
Click-through (default for Glass) - ShaderGlass window area is transparent and clickable/scrollable-through to window(s) underneath
Flip - flip output image horizontally and/or vertically
Scale - apply additional scaling to the output if you’d like it to be larger; using no pre-scaling and only output scaling should result in best performance
Free - allow manual resizing of ShaderGlass window (Window Clone and File modes only)
Retain - prevent scale from resetting when switching inputs
Aspect Ratio Correction - presets for common aspect ratio correction factors (DOS, etc.), applied horizontally to preserve scanline count
If you select Custom you can enter your own correction ratio expressed as pixel height (1.0 being square pixel). For example,
in MS-DOS era a picture of 320x200 resolution (16:10) was displayed on a 4:3 screen meaning each pixel was 1.2x tall on screen, 1.2 = (16/10) / (4/3)
Orientation - direction of shader effect, “Vertical” emulates display rotated 90 degrees, like in arcade cabinets
Fullscreen (Ctrl+Shift+G) - turn ShaderGlass into a topmost fullscreen borderless window, in Glass mode you will still see yellow outline around the screen but if you can use
Window Glass (surrounding black bars) or Window Clone (top-left aligned) with your source then you can avoid yellow edges; press Ctrl+Shift+G to revert
Take Snapshot - export current image in .png format
Choose from Library - open Shader Browser to switch the current shader; Shader Library consists of:
Next - switch to the next Shader
Random - choose a random Shader
Active - temporarily switch to ‘none’ Shader to see the difference (hold TAB)
Import custom - load and compile an external .slangp/.slang shader
Parameters - show and modify active shader’s parameters
You can save and load profile files which will store all the options. It’s also possible to pass profile file path on the command
line and ShaderGlass will load it on startup.
ShaderGlass.exe [-p|--paused] [-f|--fullscreen] [profile.sgp]
You can pass profile filename as a command-line parameter to ShaderGlass.exe and it will be auto-loaded.
If your profile file name contains spaces please put it in quotes.
In addition -p will launch in paused mode, and -f will launch in fullscreen mode.
In order to achieve the best effect it’s necessary to tune parameters to match your input:
if you use scaling in your input, use nearest-neighbour (i.e. no smoothing) and set Input -> Pixel Size to match
moving/resizing the window slightly might also help find the best fit for downscaling pixels
use Window Clone mode if you can, it’s fastest and most compatible; if you need mouse click-through use Glass mode
Always check that input is crisply pixelated using the “none” shader as there is often implicit
scaling happening (for example even when Chrome displays an image at 100%, Windows DPI scaling is still applied).
The none shader should display a pixelated image with no smoothing whatsoever,
try to match Input Pixel Size setting with your input’s size to achieve that.
All shaders start using default Parameters as defined by their authors, but you can also tweak them using
Shader -> Parameters menu option.
Most emulators (DOSBox, FS-UAE, Altirra etc.) will capture mouse by default so you can use them in Window Clone mode.
ShaderGlass window will remain topmost so just position it over the
game window and Alt-Tab to the game to have mouse and focus captured.
ScummVM doesn’t capture mouse cursor by default so for best results follow below steps:
This way you should have the mouse captured by ScummVM so that it remains within
the game window until you press Ctrl-M again. You can apply output scaling
and/or aspect ratio correction in ShaderGlass and enjoy the game.
ShaderGlass comes with a large built-in library of shaders, but you can also import custom ones
written in RetroArch shader system.
It accepts both individual shaders (.slang) and multi-pass presets (.slangp).
When working on a custom shader, you can use Recent imports menu to quickly reload it.
A lot of preset packs out there rely on base RetroArch shaders so to import them into ShaderGlass
install them into RetroArch first, and then Import from RetroArch’s shaders directory.
Please note some shaders might require Vulkan (ShaderGlass is DirectX 11 only) or rely on RetroArch
features that ShaderGlass doesn’t support so might not work just as well.
ShaderGlass lets you easily experiment with your own shaders! CustomShader.slang is a minimal example
of a shader that swaps color channels and applies a boost, meant as an example from which you could
start writing your own shaders and have them applied to your desktop. Check out
RetroArch shader repository for tons of examples.
To modify shaders from RetroArch library, download their source code
from here,
make changes and import.
See FAQ here.
Built using Visual Studio 2022 using ISO C++ 20, Windows SDK 10.0.26100, Windows Capture API and DirectX 11.
ShaderGlass includes a limited implementation of RetroArch shader back-end.
ShaderGen is a command-line tool for converting Slang shaders
into .h files which can be merged into ShaderGlass. The conversion process requires:
ShaderGlass application is provided under GNU General Public License v3.0
Includes precompiled shaders from libretro/RetroArch shader repository.
Please refer to copyright notes within shader code for detailed copyright and license information about each shader.
App icon courtesy of Icons-Land
Big kudos to RetroArch team, emulator developers and the wide retro community!
Thanks to @lonestarr for PRs and everyone for feedback and testing 👍