You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Re-enable building WebXR in GitHub Actions
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
virtual CameraMatrix get_projection_for_view(uint32_t p_view, real_t p_aspect, real_t p_z_near, real_t p_z_far) override;
|
||||
virtual unsigned int get_external_texture_for_eye(XRInterface::Eyes p_eye) override;
|
||||
virtual void commit_for_eye(XRInterface::Eyes p_eye, RID p_render_target, const Rect2 &p_screen_rect) override;
|
||||
virtual Vector<BlitToScreen> commit_views(RID p_render_target, const Rect2 &p_screen_rect) override;
|
||||
|
||||
virtual void process() override;
|
||||
virtual void notification(int p_what) override;
|
||||
|
||||
Reference in New Issue
Block a user