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

13 lines
245 B
C#

namespace unity.libwebp.Interop
{
public enum WebPPreset
{
WEBP_PRESET_DEFAULT = 0,
WEBP_PRESET_PICTURE,
WEBP_PRESET_PHOTO,
WEBP_PRESET_DRAWING,
WEBP_PRESET_ICON,
WEBP_PRESET_TEXT,
}
}