mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-13 11:21:24 -05:00
MeshVertexをinternalに
This commit is contained in:
parent
2917119ac6
commit
cfd8ad3fc7
|
|
@ -9,7 +9,7 @@ namespace UniGLTF
|
|||
/// そのままGPUにアップロードされる
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
public readonly struct MeshVertex
|
||||
internal readonly struct MeshVertex
|
||||
{
|
||||
public readonly Vector3 Position;
|
||||
public readonly Vector3 Normal;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user