Skip to content

Commit 6fd91a4

Browse files
authored
Remove extraneous backticks (#2583)
1 parent d66177a commit 6fd91a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appendices/VK_KHR_video_encode_queue.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ include::{generated}/interfaces/VK_KHR_video_encode_queue.adoc[]
8181
`VkVideoEncodeCapabilitiesKHR` from `uint8_t` to `uint32_t` and rename
8282
them to `maxRateControlLayers` and `maxQualityLevels`, respectively
8383
** Change the type of `averageBitrate` and `maxBitrate` in
84-
`VkVideoEncodeRateControlLayerInfoKHR`` from `uint32_t` to `uint64_t`
84+
`VkVideoEncodeRateControlLayerInfoKHR` from `uint32_t` to `uint64_t`
8585
** Fixed the definition of rate control flag bits and added the new
8686
`VK_VIDEO_ENCODE_RATE_CONTROL_MODE_DEFAULT_KHR` constant to indicate
8787
implementation-specific automatic rate control

proposals/VK_EXT_fragment_density_map_offset.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ typedef struct VkRenderPassFragmentDensityMapOffsetEndInfoEXT {
132132
----
133133

134134
- `fragmentDensityOffsetCount` is the number of offsets being specified.
135-
- `pFragmentDensityOffsets`` is a pointer to an array of `VkOffset2D` structs, each of which describes the offset per layer.
135+
- `pFragmentDensityOffsets` is a pointer to an array of `VkOffset2D` structs, each of which describes the offset per layer.
136136

137137
Before sampling the fragment density map, the framebuffer region center coordinates are
138138
offsetted using the values in `pFragmentDensityOffsets` and clamped to the

registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2499,7 +2499,7 @@ encode) or specific video codec (e.g. H.264 decode).
24992499
video codec
25002500
* attr:extend - descriptive name of the video codec category a specific
25012501
video codec specializes
2502-
* attr:value - the `VkVideoCodecOperationFlagBitsKHR`` value identifying a
2502+
* attr:value - the `VkVideoCodecOperationFlagBitsKHR` value identifying a
25032503
specific video codec
25042504

25052505
[[tag-videoprofiles]]

0 commit comments

Comments
 (0)