We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c61473 commit dabf36eCopy full SHA for dabf36e
1 file changed
framework-crates/objc2-metal/src/private.rs
@@ -52,14 +52,6 @@ impl MTLRenderPipelineReflection {
52
);
53
}
54
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
-
63
#[cfg(feature = "MTLVertexDescriptor")]
64
impl MTLVertexDescriptor {
65
extern_methods!(
0 commit comments