Class XrSystemLightEstimationPropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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