Class XrPassthroughCreateInfoHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughCreateInfoHTC extends Struct<XrPassthroughCreateInfoHTC> implements NativeResource
struct XrPassthroughCreateInfoHTC {
    XrStructureType type;
    void const * next;
    XrPassthroughFormHTC form;
}