update gitea workflow;

This commit is contained in:
2025-11-04 17:39:31 +09:00
parent 49e1171781
commit fd1ed8793d
3 changed files with 17 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
using Misaki.HighPerformance.Image.Runtime;
using Misaki.HighPerformance.Image.Runtime;
using System;
using System.Collections.Generic;
using System.IO;
@@ -45,8 +45,7 @@ public unsafe class ImageResult : IDisposable
}
}
internal static unsafe ImageResult FromResult(byte* result, uint width, uint height, ColorComponents comp,
ColorComponents req_comp)
internal static unsafe ImageResult FromResult(byte* result, uint width, uint height, ColorComponents comp, ColorComponents req_comp)
{
if (result == null)
throw new InvalidOperationException(StbImage.stbi__g_failure_reason);