Class XrLoaderInitInfoPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrLoaderInitInfoPropertiesEXT extends Struct<XrLoaderInitInfoPropertiesEXT> implements NativeResource
struct XrLoaderInitInfoPropertiesEXT {
    XrStructureType type;
    void const * next;
    uint32_t propertyValueCount;
    XrLoaderInitPropertyValueEXT const * propertyValues;
}