mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-13 16:22:33 -07:00
Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.Graphics.Texture/Bpp12Pixel.cs
Normal file
11
src/Ryujinx.Graphics.Texture/Bpp12Pixel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Ryujinx.Graphics.Texture
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1, Size = 12)]
|
||||
public struct Bpp12Pixel
|
||||
{
|
||||
private ulong _elem1;
|
||||
private uint _elem2;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user