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

13 lines
207 B
C#
Raw Permalink Normal View History

2024-05-06 14:45:45 -04:00
using System;
namespace unity.libwebp.Interop
{
public unsafe partial struct Chunk
{
public ChunkData data_;
[NativeTypeName("struct Chunk *")]
public Chunk* next_;
}
}