Skip to content

Test#49

Closed
kzubatov wants to merge 6 commits into
Mrkol:masterfrom
kzubatov:test
Closed

Test#49
kzubatov wants to merge 6 commits into
Mrkol:masterfrom
kzubatov:test

Conversation

@kzubatov

@kzubatov kzubatov commented Nov 2, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

Comment thread samples/shadowmap/App.cpp
renderer->initVulkan(instExts);

auto surface = mainWindow->createVkSurface(etna::get_context().getInstance());
auto surface_ = mainWindow->createVkSurface(etna::get_context().getInstance());

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: invalid case style for variable 'surface_' [readability-identifier-naming]

Suggested change
auto surface_ = mainWindow->createVkSurface(etna::get_context().getInstance());
auto surface = mainWindow->createVkSurface(etna::get_context().getInstance());

samples/shadowmap/App.cpp:36:

-     std::move(surface_), [window = mainWindow.get()]() { return window->getResolution(); });
+     std::move(surface), [window = mainWindow.get()]() { return window->getResolution(); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant