Skip to content

Commit 0ff42e7

Browse files
committed
fix typo in comment
1 parent e52af5c commit 0ff42e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-hal/src/dx12/adapter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ impl super::Adapter {
918918
// 65536
919919
max_uniform_buffer_binding_size:
920920
Direct3D12::D3D12_REQ_CONSTANT_BUFFER_ELEMENT_COUNT as u64 * 16,
921-
// 254
921+
// 256
922922
min_uniform_buffer_offset_alignment:
923923
Direct3D12::D3D12_CONSTANT_BUFFER_DATA_PLACEMENT_ALIGNMENT,
924924
// 16

0 commit comments

Comments
 (0)