Class XrSystemPassthroughProperties2FB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemPassthroughProperties2FB extends Struct<XrSystemPassthroughProperties2FB> implements NativeResource
struct XrSystemPassthroughProperties2FB {
    XrStructureType type;
    void const * next;
    XrPassthroughCapabilityFlagsFB capabilities;
}