(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_Metal_GetLayer

Get a pointer to the backing CAMetalLayer for the given view.

Header File

Defined in <SDL3/SDL_metal.h>

Syntax

void* SDL_Metal_GetLayer(SDL_MetalView view);

Function Parameters

view the SDL_MetalView object

Return Value

Returns a pointer

Version

This function is available since SDL 3.0.0.


CategoryAPI, CategoryAPIFunction, CategoryMetal