From 34afbd6ca21d2b960573d787e6eae46fa86b200e Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 5 Mar 2026 22:55:56 +0100 Subject: style: run clang-format to adhere to coding style --- src/gpu/pipeline_builder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gpu/pipeline_builder.h') diff --git a/src/gpu/pipeline_builder.h b/src/gpu/pipeline_builder.h index 9fd76f9..24b4e8b 100644 --- a/src/gpu/pipeline_builder.h +++ b/src/gpu/pipeline_builder.h @@ -34,8 +34,8 @@ class RenderPipelineBuilder { RenderPipelineBuilder& bind_group_layout(WGPUBindGroupLayout layout); RenderPipelineBuilder& format(WGPUTextureFormat fmt); RenderPipelineBuilder& blend_alpha(); - RenderPipelineBuilder& depth( - WGPUTextureFormat depth_fmt = WGPUTextureFormat_Depth24Plus); + RenderPipelineBuilder& + depth(WGPUTextureFormat depth_fmt = WGPUTextureFormat_Depth24Plus); RenderPipelineBuilder& cull_back(); WGPURenderPipeline build(); }; -- cgit v1.2.3