We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd96dd commit 4156c30Copy full SHA for 4156c30
sdl/surface.go
@@ -5,7 +5,7 @@ package sdl
5
6
#if !(SDL_VERSION_ATLEAST(2,0,5))
7
#pragma message("SDL_CreateRGBSurfaceWithFormat is not supported before SDL 2.0.5")
8
-static inline SDL_Surface* SDL_UpdateYUVTexture(Uint32 flags, int width, int height, int depth, Uint32 format)
+static inline SDL_Surface* SDL_CreateRGBSurfaceWithFormat(Uint32 flags, int width, int height, int depth, Uint32 format)
9
{
10
return NULL;
11
}
0 commit comments