Class XrHandMeshVertexMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandMeshVertexMSFT extends Struct<XrHandMeshVertexMSFT> implements NativeResource

 struct XrHandMeshVertexMSFT {
     XrVector3f position;
     XrVector3f normal;
 }