Skip to content

Commit 4bfd58d

Browse files
Update crates/bevy_pbr/src/wireframe.rs
Co-authored-by: Alice Cecile <[email protected]>
1 parent 17464a7 commit 4bfd58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/wireframe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub const WIREFRAME_SHADER_HANDLE: Handle<Shader> = Handle::weak_from_u128(19259
1717
/// A [`Plugin`] that draws wireframes.
1818
///
1919
/// Wireframes currently do not work when using webgl or webgpu.
20-
/// Supported platforms:
20+
/// Supported rendering backends:
2121
/// - DX12
2222
/// - Vulkan
2323
/// - Metal

0 commit comments

Comments
 (0)