This website requires JavaScript.
Explore
Help
Sign in
Mirror
/
Ryujinx
Watch
3
Star
5
Fork
You've already forked Ryujinx
13
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-28 15:20:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0954e76a26
Ryujinx
/
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
}
}
Reference in a new issue
Copy permalink