Cargo Features
[dependencies]
objc2-metal-fx = { version = "0.3.0", default-features = false, features = ["std", "alloc", "MTLFXDefines", "MTLFXTemporalScaler"] }
- default = MTLFXDefines, MTLFXSpatialScaler, MTLFXTemporalScaler, std
-
These default features are set whenever
objc2-metal-fx
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- MTLFXDefines default
- MTLFXSpatialScaler MTLFXTemporalScaler default
-
Enables NSObject of objc2-foundation, MTLAllocation, MTLCommandBuffer, MTLDevice, MTLFence, MTLPixelFormat, MTLResource and MTLTexture of objc2-metal
objc2-metal-fx has 5 features without comments.