Class XrSystemPassthroughPropertiesFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemPassthroughPropertiesFB extends Struct<XrSystemPassthroughPropertiesFB> implements NativeResource
struct XrSystemPassthroughPropertiesFB {
    XrStructureType type;
    void const * next;
    XrBool32 supportsPassthrough;
}