Scroll to navigation

SDL_EGL_GetWindowEGLSurface(3) SDL3 FUNCTIONS SDL_EGL_GetWindowEGLSurface(3)

NAME

SDL_EGL_GetWindowEGLSurface - Get the EGL surface associated with the window.

SYNOPSIS

#include "SDL3/SDL.h"
SDL_EGLSurface SDL_EGL_GetWindowEGLSurface(SDL_Window *window);

FUNCTION PARAMETERS

the window to query

RETURN VALUE

Returns the EGLSurface pointer associated with the window, or NULL on failure.

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.1.0 SDL