Struct openxr::ExtensionSet[][src]

#[non_exhaustive]
pub struct ExtensionSet {
Show fields pub epic_view_configuration_fov: bool, pub ext_performance_settings: bool, pub ext_thermal_query: bool, pub ext_debug_utils: bool, pub ext_eye_gaze_interaction: bool, pub ext_view_configuration_depth_range: bool, pub ext_conformance_automation: bool, pub ext_hand_tracking: bool, pub ext_win32_appcontainer_compatible: bool, pub ext_hand_joints_motion_range: bool, pub ext_samsung_odyssey_controller: bool, pub ext_hp_mixed_reality_controller: bool, pub extx_overlay: bool, pub fb_swapchain_update_state: bool, pub fb_display_refresh_rate: bool, pub fb_color_space: bool, pub fb_swapchain_update_state_opengl_es: bool, pub fb_swapchain_update_state_vulkan: bool, pub htc_vive_cosmos_controller_interaction: bool, pub huawei_controller_interaction: bool, pub khr_composition_layer_cube: bool, pub khr_composition_layer_depth: bool, pub khr_vulkan_swapchain_format_list: bool, pub khr_composition_layer_cylinder: bool, pub khr_composition_layer_equirect: bool, pub khr_opengl_enable: bool, pub khr_opengl_es_enable: bool, pub khr_vulkan_enable: bool, pub khr_d3d11_enable: bool, pub khr_d3d12_enable: bool, pub khr_visibility_mask: bool, pub khr_composition_layer_color_scale_bias: bool, pub khr_win32_convert_performance_counter_time: bool, pub khr_convert_timespec_time: bool, pub khr_loader_init: bool, pub khr_vulkan_enable2: bool, pub khr_composition_layer_equirect2: bool, pub khr_binding_modification: bool, pub mnd_headless: bool, pub mnd_swapchain_usage_input_attachment_bit: bool, pub mndx_egl_enable: bool, pub msft_unbounded_reference_space: bool, pub msft_spatial_anchor: bool, pub msft_spatial_graph_bridge: bool, pub msft_hand_interaction: bool, pub msft_hand_tracking_mesh: bool, pub msft_secondary_view_configuration: bool, pub msft_first_person_observer: bool, pub msft_controller_model: bool, pub msft_perception_anchor_interop: bool, pub msft_holographic_window_attachment: bool, pub msft_composition_layer_reprojection: bool, pub oculus_audio_device_guid: bool, pub valve_analog_threshold: bool, pub varjo_quad_views: bool, pub varjo_foveated_rendering: bool, pub varjo_composition_layer_depth_test: bool, pub varjo_environment_depth_estimation: bool, pub other: Vec<String>,
}
Expand description

A subset of known extensions

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
epic_view_configuration_fov: boolext_performance_settings: boolext_thermal_query: boolext_debug_utils: boolext_eye_gaze_interaction: boolext_view_configuration_depth_range: boolext_conformance_automation: boolext_hand_tracking: boolext_win32_appcontainer_compatible: boolext_hand_joints_motion_range: boolext_samsung_odyssey_controller: boolext_hp_mixed_reality_controller: boolextx_overlay: boolfb_swapchain_update_state: boolfb_display_refresh_rate: boolfb_color_space: boolfb_swapchain_update_state_opengl_es: boolfb_swapchain_update_state_vulkan: boolhtc_vive_cosmos_controller_interaction: boolhuawei_controller_interaction: boolkhr_composition_layer_cube: boolkhr_composition_layer_depth: boolkhr_vulkan_swapchain_format_list: boolkhr_composition_layer_cylinder: boolkhr_composition_layer_equirect: boolkhr_opengl_enable: boolkhr_opengl_es_enable: boolkhr_vulkan_enable: boolkhr_d3d11_enable: boolkhr_d3d12_enable: boolkhr_visibility_mask: boolkhr_composition_layer_color_scale_bias: boolkhr_win32_convert_performance_counter_time: boolkhr_convert_timespec_time: boolkhr_loader_init: boolkhr_vulkan_enable2: boolkhr_composition_layer_equirect2: boolkhr_binding_modification: boolmnd_headless: boolmnd_swapchain_usage_input_attachment_bit: boolmndx_egl_enable: boolmsft_unbounded_reference_space: boolmsft_spatial_anchor: boolmsft_spatial_graph_bridge: boolmsft_hand_interaction: boolmsft_hand_tracking_mesh: boolmsft_secondary_view_configuration: boolmsft_first_person_observer: boolmsft_controller_model: boolmsft_perception_anchor_interop: boolmsft_holographic_window_attachment: boolmsft_composition_layer_reprojection: booloculus_audio_device_guid: boolvalve_analog_threshold: boolvarjo_quad_views: boolvarjo_foveated_rendering: boolvarjo_composition_layer_depth_test: boolvarjo_environment_depth_estimation: boolother: Vec<String>

Extensions unknown to the high-level bindings

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.