Class XrPassthroughCreateInfoFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughCreateInfoFB extends Struct<XrPassthroughCreateInfoFB> implements NativeResource
struct XrPassthroughCreateInfoFB {
    XrStructureType type;
    void const * next;
    XrPassthroughFlagsFB flags;
}