Uses of Class
io.github.libsdl4j.api.metal.SDL_MetalView
-
Packages that use SDL_MetalView Package Description io.github.libsdl4j.api.metal -
-
Uses of SDL_MetalView in io.github.libsdl4j.api.metal
Methods in io.github.libsdl4j.api.metal that return SDL_MetalView Modifier and Type Method Description static SDL_MetalView
SdlMetal. SDL_Metal_CreateView(SDL_Window window)
Create a CAMetalLayer-backed NSView/UIView and attach it to the specified window.Methods in io.github.libsdl4j.api.metal with parameters of type SDL_MetalView Modifier and Type Method Description static void
SdlMetal. SDL_Metal_DestroyView(SDL_MetalView view)
Destroy an existing SDL_MetalView object.static com.sun.jna.Pointer
SdlMetal. SDL_Metal_GetLayer(SDL_MetalView view)
Get a pointer to the backing CAMetalLayer for the given view.
-