From c7656978ba66e1a90029c7e58ed757ff0a3c872f Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Thu, 1 Sep 2022 18:10:53 +1000 Subject: Adding getters to RenderTarget and implementing override functionality for XR --- doc/classes/XRInterfaceExtension.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'doc') diff --git a/doc/classes/XRInterfaceExtension.xml b/doc/classes/XRInterfaceExtension.xml index 06ef18b534..5958999037 100644 --- a/doc/classes/XRInterfaceExtension.xml +++ b/doc/classes/XRInterfaceExtension.xml @@ -39,6 +39,18 @@ Returns the capabilities of this interface. + + + + Return color texture into which to render (if applicable). + + + + + + Return depth texture into which to render (if applicable). + + @@ -100,6 +112,12 @@ Returns a [Transform3D] for a given view. + + + + Return velocity texture into which to render (if applicable). + + @@ -213,6 +231,16 @@ Blits our render results to screen optionally applying lens distortion. This can only be called while processing [code]_commit_views[/code]. + + + + + + + + + + @@ -220,5 +248,10 @@ Returns a valid [RID] for a texture to which we should render the current frame if supported by the interface. + + + + + -- cgit v1.2.3