We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f96e8 commit 7b6edbfCopy full SHA for 7b6edbf
crates/lambda-rs-platform/src/wgpu/command.rs
@@ -18,7 +18,7 @@ pub struct CommandBuffer {
18
19
impl CommandBuffer {
20
/// Convert to the raw wgpu command buffer.
21
- pub fn into_raw(self) -> wgpu::CommandBuffer {
+ pub(crate) fn into_raw(self) -> wgpu::CommandBuffer {
22
self.raw
23
}
24
0 commit comments