This website requires JavaScript.
Explore
Help
Register
Sign in
emu-mirrors
/
ryujinx-final
Archived
Watch
0
Star
0
Fork
You've already forked ryujinx-final
0
Code
Activity
This repository has been archived on
2024-10-12
. You can view files and clone it, but cannot push or open issues or pull requests.
b0e410a828
ryujinx-final
/
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