You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #99768 from dsnopek/openxr-vulkan-foveated-rendering
OpenXR: Use the `XR_FB_foveation_vulkan` extension to get the density map for VRS
This commit is contained in:
@@ -2761,6 +2761,10 @@ void RenderingDevice::_vrs_detect_method() {
|
||||
}
|
||||
}
|
||||
|
||||
RD::VRSMethod RenderingDevice::vrs_get_method() const {
|
||||
return vrs_method;
|
||||
}
|
||||
|
||||
RD::DataFormat RenderingDevice::vrs_get_format() const {
|
||||
return vrs_format;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user