iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIMetalRenderSurfaceBase

@interface SCIMetalRenderSurfaceBase
    : MTKView <ISCIRenderSurfaceBase, ISCICommonInitializer>

Provides the MTKView based render surface base implementation which is used for Metal renderinig.

  • Checks if metal is supported on current device.

    Declaration

    Objective-C

    @property (class, nonatomic, readonly) BOOL isMetalSupported;

    Swift

    class var isMetalSupported: Bool { get }