summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.cc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-15 17:10:56 +0100
committerskal <pascal.massimino@gmail.com>2026-02-15 17:10:56 +0100
commitba074d45c10cecd18b09f408d92ff57f9472e901 (patch)
tree008ca4fe3e443884cabd2e62a378e073243c6224 /src/gpu/gpu.cc
parentf074964f9a39644fc2acd901b137eca345fdae5a (diff)
clang-format
Diffstat (limited to 'src/gpu/gpu.cc')
-rw-r--r--src/gpu/gpu.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gpu.cc b/src/gpu/gpu.cc
index ce234fa..ff4def7 100644
--- a/src/gpu/gpu.cc
+++ b/src/gpu/gpu.cc
@@ -143,7 +143,6 @@ RenderPass gpu_create_render_pass(WGPUDevice device, WGPUTextureFormat format,
WGPUShaderModule shader_module =
wgpuDeviceCreateShaderModule(device, &shader_desc);
-
// Create Bind Group Layout & Bind Group
std::vector<WGPUBindGroupLayoutEntry> bgl_entries;
std::vector<WGPUBindGroupEntry> bg_entries;