This commit is contained in:
Matías Locatti 2020-06-15 23:29:05 -03:00 committed by GitHub
parent 7e7f1ef1cc
commit d9dba8a6f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,8 +144,11 @@ Due to being closer to the native hardware of the Nintendo Switch, we can also e
 
Unfortunately, GLASM has some limitations. To list some of them:
- This is an Nvidia only and OpenGL only feature, other vendors (AMD and Intel) offer support for assembly shaders only for the feature sets of the old games that used to require it. This is very unlikely to change in the future.
- Currently some games like `Luigis Mansion 3`, `Astral Chain` or `The Legend of Zelda: Links Awakening` experience bugs that will need to be ironed out.
- There are architecture specific bugs, so a Pascal GPU may face different issues than a Turing or Kepler GPU.
{{< single-title-imgs
@ -160,6 +163,9 @@ Unfortunately, GLASM has some limitations. To list some of them:
>}}
<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://streamable.com/e/hlpjgb" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>
{{< single-title-imgs
"Thanks to BSoD Gaming for this comparative video (Super Smash Bros. Ultimate)"
>}}
## Future Projects