@@ -232,7 +232,7 @@ class SDL_Texture(c_void_p):
232232SDL_RenderCopyF = _bind ("SDL_RenderCopyF" , [POINTER (SDL_Renderer ), POINTER (SDL_Texture ), POINTER (SDL_Rect ), POINTER (SDL_FRect )], c_int , added = '2.0.10' )
233233SDL_RenderCopyExF = _bind ("SDL_RenderCopyExF" , [POINTER (SDL_Renderer ), POINTER (SDL_Texture ), POINTER (SDL_Rect ), POINTER (SDL_FRect ), c_double , POINTER (SDL_FPoint ), SDL_RendererFlip ], c_int , added = '2.0.10' )
234234SDL_RenderGeometry = _bind ("SDL_RenderGeometry" , [POINTER (SDL_Renderer ), POINTER (SDL_Texture ), POINTER (SDL_Vertex ), c_int , POINTER (c_int ), c_int ], c_int , added = '2.0.18' )
235- SDL_RenderGeometryRaw = _bind ("SDL_RenderGeometryRaw" , [POINTER (SDL_Renderer ), POINTER (SDL_Texture ), POINTER (c_float ), c_int , POINTER (c_int ), c_int , POINTER (c_float ), c_int , c_int , c_void_p , c_int , c_int ], c_int , added = '2.0.18' )
235+ SDL_RenderGeometryRaw = _bind ("SDL_RenderGeometryRaw" , [POINTER (SDL_Renderer ), POINTER (SDL_Texture ), POINTER (c_float ), c_int , POINTER (SDL_Color ), c_int , POINTER (c_float ), c_int , c_int , c_void_p , c_int , c_int ], c_int , added = '2.0.18' )
236236SDL_RenderReadPixels = _bind ("SDL_RenderReadPixels" , [POINTER (SDL_Renderer ), POINTER (SDL_Rect ), Uint32 , c_void_p , c_int ], c_int )
237237SDL_RenderPresent = _bind ("SDL_RenderPresent" , [POINTER (SDL_Renderer )])
238238SDL_DestroyTexture = _bind ("SDL_DestroyTexture" , [POINTER (SDL_Texture )])
0 commit comments