diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-01 01:47:41 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-01 01:47:41 +0100 |
| commit | b2d4d2cd06e28b012115bdafaa0bd015888d5452 (patch) | |
| tree | e1fd467dff6fead734cfbf366ce4df7085dc5efb /src/gpu/effect.cc | |
| parent | e6e34e551a73e65301685071445aaec9aaf60fd2 (diff) | |
Chore: Apply clang-format to the codebase
Diffstat (limited to 'src/gpu/effect.cc')
| -rw-r--r-- | src/gpu/effect.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/effect.cc b/src/gpu/effect.cc index 997946c..81d5952 100644 --- a/src/gpu/effect.cc +++ b/src/gpu/effect.cc @@ -128,7 +128,8 @@ void MainSequence::init(WGPUDevice d, WGPUQueue q, WGPUTextureFormat f, format = f; create_framebuffers(width, height); - passthrough_effect_ = std::make_unique<PassthroughEffect>(device, queue, format); + passthrough_effect_ = + std::make_unique<PassthroughEffect>(device, queue, format); for (ActiveSequence& entry : sequences_) { entry.seq->init(this); |
