OpenXR: Use the XR_FB_foveation_vulkan extension to get the density map for VRS
This commit is contained in:
parent
b13c96b097
commit
79f5a4d9fe
24 changed files with 178 additions and 18 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue