Skip to content

Commit

Permalink
SDL3/SDL_GL_CreateContext: Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sechshelme authored and slouken committed Nov 4, 2024
1 parent 6c6cafb commit 743675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3/SDL_GL_CreateContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This function is available since SDL 3.1.3.
// Window mode MUST include SDL_WINDOW_OPENGL for use with OpenGL.
SDL_Window *window = SDL_CreateWindow(
"SDL2/OpenGL Demo", 640, 480,
"SDL3/OpenGL Demo", 640, 480,
SDL_WINDOW_OPENGL|SDL_WINDOW_RESIZABLE);
// Create an OpenGL context associated with the window.
Expand Down

0 comments on commit 743675e

Please sign in to comment.