This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
ryujinx
Watch
1
Star
1
Fork
0
You've already forked ryujinx
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2025-01-15 20:30:04 -06:00
Code
Issues
Releases
Wiki
Activity
14fd9aa640
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 11:51:00 -06:00
namespace
Ryujinx.Graphics.Shader.Decoders
{
Address PR feedback Removes a useless null check Aligns some values to improve readability
2020-01-06 16:27:50 -06:00
enum
BarrierLevel
Partial support for shader memory barriers
2019-12-14 11:51:00 -06:00
{
Cta
=
0
,
Gl
=
1
,
Sys
=
2
,
Vc
=
3
}
}
Reference in New Issue
Copy Permalink