コード例 #1
0
ファイル: StexSupport.cs プロジェクト: obluda3/Kuriimu2
 public StexImageInfo(byte[] imageData, IList <byte[]> mipMaps, int imageFormat, Size imageSize, StexEntry entry) : base(imageData, mipMaps, imageFormat, imageSize)
 {
     Entry = entry;
 }
コード例 #2
0
ファイル: StexSupport.cs プロジェクト: obluda3/Kuriimu2
 public StexImageInfo(byte[] imageData, int imageFormat, Size imageSize, StexEntry entry) : base(imageData, imageFormat, imageSize)
 {
     Entry = entry;
 }