OpenXR: Use the XR_FB_foveation_vulkan extension to get the density map for VRS

This commit is contained in:
David Snopek
2024-11-27 10:34:48 -06:00
parent b13c96b097
commit 79f5a4d9fe
24 changed files with 178 additions and 18 deletions
+6
View File
@@ -136,6 +136,12 @@
<description>
</description>
</method>
<method name="_get_vrs_texture_format" qualifiers="virtual">
<return type="int" enum="XRInterface.VRSTextureFormat" />
<description>
Returns the format of the texture returned by [method _get_vrs_texture].
</description>
</method>
<method name="_initialize" qualifiers="virtual">
<return type="bool" />
<description>