You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
OpenXR: Use the XR_FB_foveation_vulkan extension to get the density map for VRS
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
virtual void cleanup_swapchain_graphics_data(void **p_swapchain_graphics_data) override;
|
||||
virtual bool create_projection_fov(const XrFovf p_fov, double p_z_near, double p_z_far, Projection &r_camera_matrix) override;
|
||||
virtual RID get_texture(void *p_swapchain_graphics_data, int p_image_index) override;
|
||||
virtual RID get_density_map(void *p_swapchain_graphics_data, int p_image_index) override { return RID(); }
|
||||
|
||||
private:
|
||||
static OpenXROpenGLExtension *singleton;
|
||||
|
||||
Reference in New Issue
Block a user