Class XrCompositionLayerSecureContentFB

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

public class XrCompositionLayerSecureContentFB extends org.lwjgl.system.Struct<XrCompositionLayerSecureContentFB> implements org.lwjgl.system.NativeResource
specifies secure content mode for composition layers.
Description

XrCompositionLayerSecureContentFB contains additional flags to indicate a composition layer contains secure content and must not be written to external outputs.

If both COMPOSITION_LAYER_SECURE_CONTENT_EXCLUDE_LAYER_BIT_FB and COMPOSITION_LAYER_SECURE_CONTENT_REPLACE_LAYER_BIT_FB are set, COMPOSITION_LAYER_SECURE_CONTENT_EXCLUDE_LAYER_BIT_FB will take precedence.

To specify the additional flags, you must create a XrCompositionLayerSecureContentFB structure and pass it via the XrCompositionLayerBaseHeader structure’s next parameter.

Valid Usage (Implicit)
See Also

XrCompositionLayerBaseHeader

Layout


 struct XrCompositionLayerSecureContentFB {
     XrStructureType type();
     void const * next();
     XrCompositionLayerSecureContentFlagsFB flags();
 }