This website requires JavaScript.
Explore
Help
Sign in
alexx009
/
jinx
Archived
Watch
1
Star
0
Fork
You've already forked jinx
0
forked from
Mirror/Ryujinx
Code
Pull requests
Activity
This repository has been archived on
2024-10-11
. You can view files and clone it, but cannot push or open issues or pull requests.
83d94b21d0
jinx
/
Ryujinx.Graphics.Shader
/
Decoders
/
BarrierLevel.cs
10 lines
147 B
C#
Raw
Normal View
History
Unescape
Escape
Partial support for shader memory barriers
2019-12-14 17:51:00 +00:00
namespace
Ryujinx.Graphics.Shader.Decoders
{
Address PR feedback Removes a useless null check Aligns some values to improve readability
2020-01-06 22:27:50 +00:00
enum
BarrierLevel
Partial support for shader memory barriers
2019-12-14 17:51:00 +00:00
{
Cta
=
0
,
Gl
=
1
,
Sys
=
2
,
Vc
=
3
}
}
Copy permalink