Class XrSystemSpatialScenePropertiesBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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