]> git.nega.tv - josh/narcissus/commitdiff
Fix braces causing a rustdoc error
authorJoshua Simmons <josh@nega.tv>
Thu, 8 Sep 2022 19:12:03 +0000 (21:12 +0200)
committerJoshua Simmons <josh@nega.tv>
Thu, 8 Sep 2022 19:12:03 +0000 (21:12 +0200)
vulkan-sys/src/structs.rs

index 830acbbf12859adc13be1f05ec473a1bf74e1b9b..d7af5d54e069ce47ad0e0dcd3114c6c6b0adba1f 100644 (file)
@@ -1542,7 +1542,7 @@ pub struct WriteDescriptorSet<'a> {
     pub descriptor_type: DescriptorType,
     /// Sampler, image view, and layout for SAMPLER, COMBINED_IMAGE_SAMPLER, {SAMPLED,STORAGE}_IMAGE, and INPUT_ATTACHMENT descriptor types.
     pub image_info: Option<&'a DescriptorImageInfo>,
-    /// Raw buffer, size, and offset for {UNIFORM,STORAGE}_BUFFER[_DYNAMIC] descriptor types.
+    /// Raw buffer, size, and offset for {UNIFORM,STORAGE}_BUFFER\[_DYNAMIC\] descriptor types.
     pub buffer_info: Option<&'a DescriptorBufferInfo>,
     /// Buffer view to write to the descriptor for {UNIFORM,STORAGE}_TEXEL_BUFFER descriptor types.
     pub texel_buffer_view: Option<&'a BufferView>,