File tree Expand file tree Collapse file tree
AssetRipper.TextureDecoder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using System . Buffers . Binary ;
2- using System . Runtime . InteropServices ;
32
43namespace AssetRipper . TextureDecoder . Atc
54{
Original file line number Diff line number Diff line change 11using AssetRipper . TextureDecoder . Rgb ;
22using AssetRipper . TextureDecoder . Rgb . Formats ;
33using System . Buffers . Binary ;
4- using System . Runtime . InteropServices ;
54
65namespace AssetRipper . TextureDecoder . Dxt
76{
Original file line number Diff line number Diff line change 1- using System . Runtime . InteropServices ;
2-
31namespace AssetRipper . TextureDecoder . Etc
42{
53 public static class EtcDecoder
Original file line number Diff line number Diff line change 22global using System . Diagnostics . CodeAnalysis ;
33global using System . Numerics ;
44global using System . Runtime . CompilerServices ;
5+ global using System . Runtime . InteropServices ;
Original file line number Diff line number Diff line change 11//#define DISABLE_TWINDDLING_ROUTINE
22#define ASSUME_IMAGE_TILING
33
4- using System . Runtime . InteropServices ;
5-
64namespace AssetRipper . TextureDecoder . Pvrtc
75{
86 public static partial class PvrtcDecoder
Original file line number Diff line number Diff line change 1- using System . Runtime . InteropServices ;
2-
3- namespace AssetRipper . TextureDecoder . Rgb ;
1+ namespace AssetRipper . TextureDecoder . Rgb ;
42public static partial class NumericConversion
53{
64 [ MethodImpl ( MethodImplOptions . AggressiveInlining | MethodImplOptions . AggressiveOptimization ) ]
Original file line number Diff line number Diff line change 11using System . Buffers . Binary ;
2- using System . Runtime . InteropServices ;
32
43namespace AssetRipper . TextureDecoder . Rgb
54{
Original file line number Diff line number Diff line change 11using AssetRipper . TextureDecoder . Rgb ;
22using AssetRipper . TextureDecoder . Rgb . Formats ;
3- using System . Runtime . InteropServices ;
43
54namespace AssetRipper . TextureDecoder . Yuy2
65{
You can’t perform that action at this time.
0 commit comments