We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f252 commit 89c1fe2Copy full SHA for 89c1fe2
src/sdl3.zig
@@ -355,8 +355,8 @@ pub const gl = struct {
355
}
356
extern fn SDL_GL_MakeCurrent(window: *Window, context: Context) c_int;
357
358
- pub const deleteContext = SDL_GL_DeleteContext;
359
- extern fn SDL_GL_DeleteContext(context: Context) void;
+ pub const destroyContext = SDL_GL_DestroyContext;
+ extern fn SDL_GL_DestroyContext(context: Context) void;
360
};
361
362
//--------------------------------------------------------------------------------------------------
0 commit comments