What's New / Graphics & Metal
CoreVideo adds 88 CVAttachment APIs, Metal gains MTLTensor while deprecating ~35 members, MPS adds FP8 types, and ParavirtualizedGraphics drops 21.
CoreVideo manages video frames and image buffers on Apple platforms, including pixel buffers, buffer pools, and the metadata (attachments) carried…
Metal is Apple's low-level GPU programming API for graphics rendering and general-purpose compute.
MetalFX provides Metal-based upscaling and frame interpolation.
ParavirtualizedGraphics is Apple's framework for GPU paravirtualization, letting a host expose accelerated graphics to guest virtual machines.
MetalPerformanceShaders is Apple's library of GPU-accelerated compute and image-processing kernels built on Metal.
CoreGraphics is Apple's 2D drawing and imaging C API.
Core Image is Apple's framework for GPU-accelerated image processing.
MetalPerformanceShadersGraph builds and runs compute graphs of tensor operations on the GPU through Metal.
ImageIO reads and writes image data in formats including JPEG, PNG, HEIF, and TIFF.
simd is Apple's header for small fixed-size vector and matrix types, including float4, double3, and the simd_floatNxM matrices, plus the…