Singularity/Assets/EasyWebp/NativeWrapper/Interop/WebPPreset.cs

13 lines
245 B
C#
Raw Permalink Normal View History

2024-05-06 14:45:45 -04:00
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,
}
}