Class XrSystemSpatialPlanePropertiesBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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