Class XrSystemSpatialEntityGroupSharingPropertiesMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemSpatialEntityGroupSharingPropertiesMETA extends Struct<XrSystemSpatialEntityGroupSharingPropertiesMETA> implements NativeResource
struct XrSystemSpatialEntityGroupSharingPropertiesMETA {
    XrStructureType type;
    void * next;
    XrBool32 supportsSpatialEntityGroupSharing;
}