You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+21-2
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,35 @@ remove the border per below:
20
20
21
21
### > I can't capture using OBS
22
22
23
-
OBS can capture ShaderGlass but only as a Game Capture source (not Window Capture). Use "Capture specific window" within
23
+
OBS can capture ShaderGlass but only as a Game Capture source (not Window Capture nor Desktop Capture). Use "Capture specific window" within
24
24
Game Capture to select ShaderGlass window only.
25
25
26
26

27
27
28
28
---
29
29
30
+
## > Text/letters are all blurry or pixelated
31
+
32
+
For maximum sharpness set Input -> Pixel Size -> x1 but note that a lot of shaders expect pixelated input so set this option accordingly to each scenario.
33
+
34
+
---
35
+
30
36
## > Can I save a profile?
31
37
32
-
Yes, you can save shader profiles and even load them on startup via a command line parameter. See [README](README.md) for details.
38
+
Yes, you can save shader profiles as files, access from Recent Profiles menu and even load them on startup via a command line parameter. See [README](README.md) for details.
39
+
40
+
---
41
+
42
+
## > I don't see my favourite RetroArch shader
43
+
44
+
ShaderGlass includes majority of RetroArch repository at time of release, but some shaders had to be excluded because of features SG doesn't yet support (for example HDR).
45
+
Differences vs RA repository are tracked in [this PR](https://github.com/mausimus/slang-shaders/pull/1).
46
+
47
+
---
48
+
49
+
## > ShaderGlass can't capture some windows
50
+
51
+
Unfortunately some old-style rendering windows are not supported by modern Windows Capture API. Please use Desktop mode to capture those.
0 commit comments