mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-17 00:22:35 -05:00
rm Pack=1
This commit is contained in:
parent
57f98a8050
commit
3ba32fc014
|
|
@ -8,7 +8,7 @@ namespace UniGLTF
|
|||
/// インターリーブされたメッシュの頂点情報を表す構造体
|
||||
/// そのままGPUにアップロードされる
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal readonly struct MeshVertex
|
||||
{
|
||||
private readonly Vector3 _position;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user