Expand description
§Bindings to the MetalFX framework
See Apple’s docs and the general docs on framework crates for more information.
Structs§
- MTLFX
Frame Interpolator Descriptor MTLFXFrameInterpolator - A set of properties that configure a frame interpolator, and a factory method that creates the effect.
- MTLFX
Spatial Scaler Color Processing Mode MTLFXSpatialScaler - The color space modes for the input and output textures you use with a spatial scaling effect instance.
- MTLFX
Spatial Scaler Descriptor MTLFXSpatialScaler - A set of properties that configure a spatial scaling effect, and a factory method that creates the effect.
- MTLFX
Temporal Denoised Scaler Descriptor MTLFXTemporalDenoisedScaler - Apple’s documentation
- MTLFX
Temporal Scaler Descriptor MTLFXTemporalScaler - Apple’s documentation
Traits§
- MTL4FX
Frame Interpolator MTL4FXFrameInterpolatorandMTLFXFrameInterpolator - Apple’s documentation
- MTL4FX
Spatial Scaler MTL4FXSpatialScalerandMTLFXSpatialScaler - An upscaling effect that generates a higher resolution texture in a render pass by spatially analyzing an input texture.
- MTL4FX
Temporal Denoised Scaler MTL4FXTemporalDenoisedScalerandMTLFXTemporalDenoisedScalerandMTLFXTemporalScaler - Apple’s documentation
- MTL4FX
Temporal Scaler MTL4FXTemporalScalerandMTLFXTemporalScaler - Apple’s documentation
- MTLFX
Frame Interpolatable Scaler MTLFXTemporalScaler - Apple’s documentation
- MTLFX
Frame Interpolator MTLFXFrameInterpolator - Apple’s documentation
- MTLFX
Frame Interpolator Base MTLFXFrameInterpolator - Apple’s documentation
- MTLFX
Spatial Scaler MTLFXSpatialScaler - An upscaling effect that generates a higher resolution texture in a render pass by spatially analyzing an input texture.
- MTLFX
Spatial Scaler Base MTLFXSpatialScaler - An upscaling effect that generates a higher resolution texture in a render pass by spatially analyzing an input texture.
- MTLFX
Temporal Denoised Scaler MTLFXTemporalDenoisedScalerandMTLFXTemporalScaler - Apple’s documentation
- MTLFX
Temporal Denoised Scaler Base MTLFXTemporalDenoisedScalerandMTLFXTemporalScaler - Apple’s documentation
- MTLFX
Temporal Scaler MTLFXTemporalScaler - Apple’s documentation
- MTLFX
Temporal Scaler Base MTLFXTemporalScaler - An upscaling effect that generates a higher resolution texture in a render pass by analyzing multiple input textures over time.