Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsentli committed Dec 18, 2024
1 parent 1816768 commit fa5c584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell/renderSessions/NanovgSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ class NanovgSession : public RenderSession {
void update(igl::SurfaceTextures surfaceTextures) noexcept override;

private:
void drawNanovg(float framebuffferWidth, float framebufferHeight, std::shared_ptr<igl::IRenderCommandEncoder> command);
void drawNanovg(float framebuffferWidth,
float framebufferHeight,
std::shared_ptr<igl::IRenderCommandEncoder> command);
int loadDemoData(NVGcontext* vg, DemoData* data);

private:
Expand Down

0 comments on commit fa5c584

Please sign in to comment.