Skip to content

Commit dabf36e

Browse files
committed
Remove duplicate -[MTLSamplerDescriptor setLodBias:]
1 parent 5c61473 commit dabf36e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

framework-crates/objc2-metal/src/private.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ impl MTLRenderPipelineReflection {
5252
);
5353
}
5454

55-
#[cfg(feature = "MTLSampler")]
56-
impl MTLSamplerDescriptor {
57-
extern_methods!(
58-
#[unsafe(method(setLodBias:))]
59-
pub unsafe fn setLodBias(&self, bias: f32);
60-
);
61-
}
62-
6355
#[cfg(feature = "MTLVertexDescriptor")]
6456
impl MTLVertexDescriptor {
6557
extern_methods!(

0 commit comments

Comments
 (0)