rm Pack=1

This commit is contained in:
notargs 2021-11-11 15:18:40 +09:00
parent 57f98a8050
commit 3ba32fc014

View File

@ -8,7 +8,7 @@ namespace UniGLTF
/// インターリーブされたメッシュの頂点情報を表す構造体
/// そのままGPUにアップロードされる
/// </summary>
[StructLayout(LayoutKind.Sequential, Pack = 1)]
[StructLayout(LayoutKind.Sequential)]
internal readonly struct MeshVertex
{
private readonly Vector3 _position;