OpenXRFbCompositionLayerSecureContentExtension
Inherits: OpenXRExtensionWrapper
Wraps the XR_FB_composition_layer_secure_content extension.
Description
Wraps the XR_FB_composition_layer_secure_content extension.
Properties
|
Methods
bool |
is_enabled ( ) const |
Enumerations
enum ExternalOutput:
ExternalOutput EXTERNAL_OUTPUT_DISPLAY = 0
Display the content without any changes to external outputs.
ExternalOutput EXTERNAL_OUTPUT_EXCLUDE = 1
Hide this composition layer from external outputs, revealing content behind it.
ExternalOutput EXTERNAL_OUTPUT_REPLACE = 2
Replace the content on this composition layer with a black screen.
Property Descriptions
ExternalOutput projection_layer_external_output = 0
void set_projection_layer_external_output ( ExternalOutput value )
ExternalOutput get_projection_layer_external_output ( )
Specifies how the projection layer should be rendered to external outputs. This setting will have no effect on the projection layer when viewed from inside the device, but will take effect when casting to another device.
Method Descriptions
bool is_enabled ( ) const
Checks if the extension is enabled or not.