Class XrPassthroughStyleFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughStyleFB extends Struct<XrPassthroughStyleFB> implements NativeResource
struct XrPassthroughStyleFB {
    XrStructureType type;
    void const * next;
    float textureOpacityFactor;
    XrColor4f edgeColor;
}