This website requires JavaScript.
Explore
Help
Register
Sign In
daniel
/
Ryujinx
Watch
1
Star
0
Fork
0
You've already forked Ryujinx
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-12-28 17:11:20 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7acd0e0122
Ryujinx
/
Ryujinx.Graphics
/
Gpu
/
NsGpuTextureFormat.cs
9 lines
133 B
C#
Raw
Normal View
History
Unescape
Escape
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 12:09:23 -08:00
namespace
Ryujinx.Graphics.Gpu
aloha
2018-02-04 15:08:20 -08:00
{
enum
NsGpuTextureFormat
{
BC1
=
0x24
,
BC2
=
0x25
,
BC3
=
0x26
}
}
Reference in New Issue
Copy Permalink