Class XrSystemSpatialEntityPropertiesFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemSpatialEntityPropertiesFB extends Struct<XrSystemSpatialEntityPropertiesFB> implements NativeResource
struct XrSystemSpatialEntityPropertiesFB {
    XrStructureType type;
    void const * next;
    XrBool32 supportsSpatialEntity;
}