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 af2f7f3 commit 68f96e8Copy full SHA for 68f96e8
crates/lambda-rs/src/render/gpu.rs
@@ -89,7 +89,7 @@ pub struct Gpu {
89
90
impl Gpu {
91
/// Create a new high-level GPU from a platform GPU.
92
- pub(crate) fn from_platform(gpu: platform::gpu::Gpu) -> Self {
+ fn from_platform(gpu: platform::gpu::Gpu) -> Self {
93
let limits = GpuLimits::from_platform(gpu.limits());
94
return Gpu { inner: gpu, limits };
95
}
0 commit comments