Class XrPassthroughStyleFB

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrPassthroughStyleFB>
org.lwjgl.openxr.XrPassthroughStyleFB
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrPassthroughStyleFB extends org.lwjgl.system.Struct<XrPassthroughStyleFB> implements org.lwjgl.system.NativeResource
A layer style.
Description

XrPassthroughStyleFB lets applications customize the appearance of passthrough layers. In addition to the parameters specified here, applications may add one of the following structures to the structure chain: XrPassthroughColorMapMonoToRgbaFB, XrPassthroughColorMapMonoToMonoFB, XrPassthroughBrightnessContrastSaturationFB. These structures are mutually exclusive. The runtime must return ERROR_VALIDATION_FAILURE if more than one of them are present in the structure chain.

Valid Usage (Implicit)
See Also

XrColor4f, PassthroughLayerSetStyleFB

Layout


 struct XrPassthroughStyleFB {
     XrStructureType type();
     void const * next();
     float textureOpacityFactor();
     XrColor4f edgeColor();
 }