Class XrVisualMeshComputeLodInfoMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrVisualMeshComputeLodInfoMSFT extends Struct<XrVisualMeshComputeLodInfoMSFT> implements NativeResource

 struct XrVisualMeshComputeLodInfoMSFT {
     XrStructureType type;
     void const * next;
     XrMeshComputeLodMSFT lod;
 }