diff options
Diffstat (limited to 'src/gpu/bind_group_builder.h')
| -rw-r--r-- | src/gpu/bind_group_builder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/bind_group_builder.h b/src/gpu/bind_group_builder.h index 49b7ebe..7481f34 100644 --- a/src/gpu/bind_group_builder.h +++ b/src/gpu/bind_group_builder.h @@ -94,7 +94,8 @@ class BindGroupLayoutBuilder { } WGPUBindGroupLayout build(WGPUDevice device) { - // Headless mode: skip bind group layout creation (compiled out in STRIP_ALL) + // Headless mode: skip bind group layout creation (compiled out in + // STRIP_ALL) HEADLESS_RETURN_VAL_IF_NULL(device, nullptr); WGPUBindGroupLayoutDescriptor desc{}; desc.entryCount = entries_.size(); |
