Skip to content

Commit dd8badf

Browse files
committed
[remove] internal functions.
1 parent 9857bfe commit dd8badf

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

crates/lambda-platform/src/gfx/framebuffer.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,3 @@ impl FramebufferBuilder {
6868
return Framebuffer { frame_buffer };
6969
}
7070
}
71-
72-
/// Internal functions to work with gfx-hal framebuffers directly. Applications
73-
/// should not need to use these functions directly.
74-
pub(crate) mod internal {
75-
pub fn frame_buffer_for<RenderBackend: gfx_hal::Backend>(
76-
frame_buffer: &super::Framebuffer<RenderBackend>,
77-
) -> &RenderBackend::Framebuffer {
78-
return &frame_buffer.frame_buffer;
79-
}
80-
}

0 commit comments

Comments
 (0)