Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See the [Driver Support](usage/drivers.md) document for more information.

## Why is (insert shader) not working?

That shader likely isn't supported currently, but should be in the future. See the list of supported shaders [here](./supportedshaders.md)
That shader likely isn't supported currently, but should be in the future. See the list of unsupported shaders [here](./unsupportedshaders.md)

## How do I disable my shaders?

Expand All @@ -44,10 +44,6 @@ There are a few possible reasons:

You probably have an outdated version of GraalVM installed. Install a normal version of Java or update to GraalVM 22.3 to fix the [issue](https://github.com/oracle/graal/issues/4849).

## What shaders have been tested and are working with Iris?

See [this](./supportedshaders.md) document for the list

## Will (insert feature) part of OptiFine be added to iris?

Iris is specifically a shaders mod. Other features are not planned for Iris. However, many other wonderful mods have been made by the fabric modding community which cover many of the features of OptiFine.
Expand Down
4 changes: 1 addition & 3 deletions docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ You can rebind these keyboard shortcuts to any other key you want in the Control

## Shader compatibility

For a list of compatible shaders, check out the [supported shaders list](supportedshaders.md).

Other shaders are considered **unsupported** at the moment. When using shaders which are not in this list, except them to have major visual problems, or even not run at all. More shaders will be added as supported as new features are being added to Iris.
Iris supports almost all shaderpacks, but a list of unsupported shaderpacks is available [here](docs/unsupportedshaders.md).

For a list of known bugs with certain shaders, check out the [shader pack bug list](ShaderpackBugs.md).

Expand Down