prlUpdateTexture

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias prlUpdateTexture = void function(uint id, int offsetX, int offsetY, int width, int height, int format, const(void)* data)
  2. alias prlUpdateTexture = void function(uint id, int width, int height, int format, const(void)* data)
    version(!BindRaylib_Static)
    extern (C) @nogc nothrow
    static if(!(raylibSupport > RaylibSupport.raylib300_70))
    alias prlUpdateTexture = void function
    (
    uint id
    ,
    int width
    ,
    int height
    ,
    int format
    ,
    const(void)* data
    )

Meta