You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Implement OpenXR Foveated rendering support
This commit is contained in:
@@ -130,6 +130,14 @@ public:
|
||||
double get_render_target_size_multiplier() const;
|
||||
void set_render_target_size_multiplier(double multiplier);
|
||||
|
||||
bool is_foveation_supported() const;
|
||||
|
||||
int get_foveation_level() const;
|
||||
void set_foveation_level(int p_foveation_level);
|
||||
|
||||
bool get_foveation_dynamic() const;
|
||||
void set_foveation_dynamic(bool p_foveation_dynamic);
|
||||
|
||||
virtual Size2 get_render_target_size() override;
|
||||
virtual uint32_t get_view_count() override;
|
||||
virtual Transform3D get_camera_transform() override;
|
||||
|
||||
Reference in New Issue
Block a user