This website requires JavaScript.
Explore
Help
Sign in
manuth
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced
2025-01-15 15:10:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0f14aa8f1e
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