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

13 lines
264 B
C#

namespace unity.libwebp.Interop
{
public enum WebPFormatFeature
{
WEBP_FF_FORMAT_FLAGS,
WEBP_FF_CANVAS_WIDTH,
WEBP_FF_CANVAS_HEIGHT,
WEBP_FF_LOOP_COUNT,
WEBP_FF_BACKGROUND_COLOR,
WEBP_FF_FRAME_COUNT,
}
}