Singularity/Assets/EasyWebp/NativeWrapper/Interop/WebPDecoderConfig.cs
2024-05-06 11:45:45 -07:00

14 lines
233 B
C#

using System;
namespace unity.libwebp.Interop
{
public partial struct WebPDecoderConfig
{
public WebPBitstreamFeatures input;
public WebPDecBuffer output;
public WebPDecoderOptions options;
}
}