mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Renderer agnostic motion vector rendering/OpenXR changes
This commit is contained in:
parent
a372214a4a
commit
3deb5884d7
25 changed files with 429 additions and 12 deletions
|
@ -185,6 +185,9 @@ public:
|
|||
|
||||
virtual RID get_color_texture() override;
|
||||
virtual RID get_depth_texture() override;
|
||||
virtual RID get_velocity_texture() override;
|
||||
virtual RID get_velocity_depth_texture() override;
|
||||
virtual Size2i get_velocity_target_size() override;
|
||||
|
||||
virtual void process() override;
|
||||
virtual void pre_render() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue