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

View file

@ -144,9 +144,9 @@ 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.
- 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
"You can see the progress from simple things… (Cave Story)"
@ -158,6 +158,8 @@ Unfortunately, GLASM has some limitations. To list some of them:
"To more complex tests (Fire Emblem Warriors)"
"./14.png"
>}}
<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>
## Future Projects