Class XrSystemSceneMeshingPropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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