mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add missing backtick
This commit is contained in:
@@ -3316,7 +3316,7 @@ impl<'a> RenderPass<'a> {
|
||||
///
|
||||
/// - Bytes `4..8` are accessed by both the fragment shader and the vertex shader.
|
||||
///
|
||||
/// - Bytes `8..12 are accessed only by the vertex shader.
|
||||
/// - Bytes `8..12` are accessed only by the vertex shader.
|
||||
///
|
||||
/// To write all twelve bytes requires three `set_push_constants` calls, one
|
||||
/// for each range, each passing the matching `stages` mask.
|
||||
|
||||
Reference in New Issue
Block a user