SDL_UpdateTexture

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int SDL_UpdateTexture(SDL_Texture* , const(SDL_Rect)* , const(void)* , int )
    version(BindSDL_Static)
    extern (C) @nogc nothrow
    int
    SDL_UpdateTexture
    (,
    const(SDL_Rect)*
    ,
    const(void)*
    ,
    int
    )
  2. pSDL_UpdateTexture SDL_UpdateTexture;

Meta