diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-17 11:04:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-17 11:04:24 +0200 |
| commit | 04d59a5e8f37b179e488a9c648de809da4a966e3 (patch) | |
| tree | 65a6c1d6cfa959cc010f32284b5f1ba6ed866647 /doc/classes/XRInterfaceExtension.xml | |
| parent | e3a8ab68ce7497b3752d29965c6a54c50d548144 (diff) | |
| parent | d139131aab7f228d5cca612b35289e6abd18e26a (diff) | |
| download | redot-engine-04d59a5e8f37b179e488a9c648de809da4a966e3.tar.gz | |
Merge pull request #60901 from BastiaanOlij/vrs
Adding Variable Rate Shading support to Godot
Diffstat (limited to 'doc/classes/XRInterfaceExtension.xml')
| -rw-r--r-- | doc/classes/XRInterfaceExtension.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/XRInterfaceExtension.xml b/doc/classes/XRInterfaceExtension.xml index 71f6a44724..1642ae61f7 100644 --- a/doc/classes/XRInterfaceExtension.xml +++ b/doc/classes/XRInterfaceExtension.xml @@ -106,6 +106,11 @@ Returns the number of views this interface requires, 1 for mono, 2 for stereoscopic. </description> </method> + <method name="_get_vrs_texture" qualifiers="virtual"> + <return type="RID" /> + <description> + </description> + </method> <method name="_initialize" qualifiers="virtual"> <return type="bool" /> <description> |
