Skip to content

Commit f3beb24

Browse files
committed
Format again but this time with clangd17
1 parent 69cb918 commit f3beb24

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

samples/simple_compute/compute_init.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55

66
void SimpleCompute::init()
77
{
8-
etna::initialize(
9-
etna::InitParams{
10-
.applicationName = "ComputeSample", .applicationVersion = VK_MAKE_VERSION(0, 1, 0),
11-
// Uncomment if etna selects the incorrect GPU for you
12-
// .physicalDeviceIndexOverride = 0,
13-
});
8+
etna::initialize(etna::InitParams{
9+
.applicationName = "ComputeSample", .applicationVersion = VK_MAKE_VERSION(0, 1, 0),
10+
// Uncomment if etna selects the incorrect GPU for you
11+
// .physicalDeviceIndexOverride = 0,
12+
});
1413

1514
context = &etna::get_context();
1615

0 commit comments

Comments
 (0)