Class SDL_MetalView

  • All Implemented Interfaces:
    com.sun.jna.NativeMapped

    public final class SDL_MetalView
    extends com.sun.jna.PointerType
    A handle to a CAMetalLayer-backed NSView (macOS) or UIView (iOS/tvOS).

    Note: This can be cast directly to an NSView or UIView.

    • Constructor Summary

      Constructors 
      Constructor Description
      SDL_MetalView()
      The default constructor wraps a null pointer.
      SDL_MetalView​(com.sun.jna.Pointer p)
      This constructor is typically used by PointerType.fromNative(java.lang.Object, com.sun.jna.FromNativeContext) if generating a new object instance.
    • Constructor Detail

      • SDL_MetalView

        public SDL_MetalView()
        The default constructor wraps a null pointer.
      • SDL_MetalView

        public SDL_MetalView​(com.sun.jna.Pointer p)
        This constructor is typically used by PointerType.fromNative(java.lang.Object, com.sun.jna.FromNativeContext) if generating a new object instance.