Package org.lwjgl.openxr
Class FBCompositionLayerSecureContent
java.lang.Object
org.lwjgl.openxr.FBCompositionLayerSecureContent
The XR_FB_composition_layer_secure_content extension.
This extension does not define a new composition layer type, but rather it provides support for the application to specify an existing composition layer type has secure content and whether it must be completely excluded from external outputs, like video or screen capture, or if proxy content must be rendered in its place.
In order to enable the functionality of this extension, you must pass the name of the extension into CreateInstance via the XrInstanceCreateInfo::enabledExtensionNames parameter as indicated in the extension section.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intXrCompositionLayerSecureContentFlagBitsFB - XrCompositionLayerSecureContentFlagBitsFBstatic final intXrCompositionLayerSecureContentFlagBitsFB - XrCompositionLayerSecureContentFlagBitsFBstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_FB_composition_layer_secure_content_SPEC_VERSION
public static final int XR_FB_composition_layer_secure_content_SPEC_VERSIONThe extension specification version.- See Also:
-
XR_FB_COMPOSITION_LAYER_SECURE_CONTENT_EXTENSION_NAME
The extension name.- See Also:
-
XR_TYPE_COMPOSITION_LAYER_SECURE_CONTENT_FB
public static final int XR_TYPE_COMPOSITION_LAYER_SECURE_CONTENT_FBExtendsXrStructureType.- See Also:
-
XR_COMPOSITION_LAYER_SECURE_CONTENT_EXCLUDE_LAYER_BIT_FB
public static final int XR_COMPOSITION_LAYER_SECURE_CONTENT_EXCLUDE_LAYER_BIT_FBXrCompositionLayerSecureContentFlagBitsFB - XrCompositionLayerSecureContentFlagBitsFBFlag Descriptions
COMPOSITION_LAYER_SECURE_CONTENT_EXCLUDE_LAYER_BIT_FB— Indicates the layer will only be visible inside the HMD, and not visible to external sourcesCOMPOSITION_LAYER_SECURE_CONTENT_REPLACE_LAYER_BIT_FB— Indicates the layer will be displayed inside the HMD, but replaced by proxy content when written to external sources
- See Also:
-
XR_COMPOSITION_LAYER_SECURE_CONTENT_REPLACE_LAYER_BIT_FB
public static final int XR_COMPOSITION_LAYER_SECURE_CONTENT_REPLACE_LAYER_BIT_FBXrCompositionLayerSecureContentFlagBitsFB - XrCompositionLayerSecureContentFlagBitsFBFlag Descriptions
COMPOSITION_LAYER_SECURE_CONTENT_EXCLUDE_LAYER_BIT_FB— Indicates the layer will only be visible inside the HMD, and not visible to external sourcesCOMPOSITION_LAYER_SECURE_CONTENT_REPLACE_LAYER_BIT_FB— Indicates the layer will be displayed inside the HMD, but replaced by proxy content when written to external sources
- See Also:
-