Skip to content

Commit

Permalink
Fix TQSession
Browse files Browse the repository at this point in the history
Reviewed By: corporateshark

Differential Revision: D69425258

fbshipit-source-id: f6d3a62a235e416b0b1fb76bf30db2c980ef4685
  • Loading branch information
Roman Kuznetsov authored and facebook-github-bot committed Feb 12, 2025
1 parent 24fd7ca commit 56ae2c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/renderSessions/TQSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class TQSession : public RenderSession {
std::shared_ptr<ITexture> depthTexture_;
std::shared_ptr<ITexture> tex0_;
RenderPassDesc renderPass_;
std::shared_ptr<IFramebuffer> framebuffer_;
FragmentFormat fragmentParameters_{};
std::vector<UniformDesc> fragmentUniformDescriptors_;
std::vector<UniformDesc> vertexUniformDescriptors_;
Expand Down

0 comments on commit 56ae2c0

Please sign in to comment.