mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
misc: chore: Fix object creation everywhere else
This commit is contained in:
@@ -4,14 +4,14 @@ namespace Ryujinx.Graphics.Texture.Utils
|
||||
{
|
||||
public static readonly BC7ModeInfo[] BC7ModeInfos = new BC7ModeInfo[]
|
||||
{
|
||||
new BC7ModeInfo(3, 4, 6, 0, 0, 3, 0, 4, 0),
|
||||
new BC7ModeInfo(2, 6, 2, 0, 0, 3, 0, 6, 0),
|
||||
new BC7ModeInfo(3, 6, 0, 0, 0, 2, 0, 5, 0),
|
||||
new BC7ModeInfo(2, 6, 4, 0, 0, 2, 0, 7, 0),
|
||||
new BC7ModeInfo(1, 0, 0, 2, 1, 2, 3, 5, 6),
|
||||
new BC7ModeInfo(1, 0, 0, 2, 0, 2, 2, 7, 8),
|
||||
new BC7ModeInfo(1, 0, 2, 0, 0, 4, 0, 7, 7),
|
||||
new BC7ModeInfo(2, 6, 4, 0, 0, 2, 0, 5, 5),
|
||||
new(3, 4, 6, 0, 0, 3, 0, 4, 0),
|
||||
new(2, 6, 2, 0, 0, 3, 0, 6, 0),
|
||||
new(3, 6, 0, 0, 0, 2, 0, 5, 0),
|
||||
new(2, 6, 4, 0, 0, 2, 0, 7, 0),
|
||||
new(1, 0, 0, 2, 1, 2, 3, 5, 6),
|
||||
new(1, 0, 0, 2, 0, 2, 2, 7, 8),
|
||||
new(1, 0, 2, 0, 0, 4, 0, 7, 7),
|
||||
new(2, 6, 4, 0, 0, 2, 0, 5, 5),
|
||||
};
|
||||
|
||||
public static readonly byte[][] Weights =
|
||||
|
Reference in New Issue
Block a user