-
Notifications
You must be signed in to change notification settings - Fork 74
Sdl RendererCreateTextureFromSurface
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Create a texture from a surface.
tex, err = function Renderer:createTextureFromSurface(surface)
- surface, the surface
- tex, the texture object or nil on failure (see Texture)
- err, the error message