Skip to content

stupid commit to test CI#2

Open
kzubatov wants to merge 1 commit intomasterfrom
test
Open

stupid commit to test CI#2
kzubatov wants to merge 1 commit intomasterfrom
test

Conversation

@kzubatov
Copy link
Copy Markdown
Owner

@kzubatov kzubatov commented Nov 2, 2025

No description provided.

@kzubatov kzubatov force-pushed the test branch 2 times, most recently from 42e0e39 to 503ab42 Compare November 2, 2025 11:58
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

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

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