···1754175417551755 struct
17561756 {
17571757- //! Unreal has a bug in the VulkanRHI backend.
17571757+ /*!
17581758+ * Some applications can't handle depth formats, or they trigger
17591759+ * a bug in a specific version of the application or engine.
17601760+ * This flag only disables depth formats
17611761+ * @see disable_vulkan_format_depth_stencil for depth-stencil formats.
17621762+ */
17631763+ bool disable_vulkan_format_depth;
17641764+17651765+ /*!
17661766+ * Some applications can't handle depth stencil formats, or they
17671767+ * trigger a bug in a specific version of the application or
17681768+ * engine.
17691769+ *
17701770+ * This flag only disables depth-stencil formats,
17711771+ * @see disable_vulkan_format_depth flag for depth only formats.
17721772+ *
17731773+ * In the past it was used to work around a bug in Unreal's
17741774+ * VulkanRHI backend.
17751775+ */
17581776 bool disable_vulkan_format_depth_stencil;
17771777+17591778 //! Unreal 4 has a bug calling xrEndSession; the function should just exit
17601779 bool skip_end_session;
17611780