WebGLRenderingContextBase.texSubImage2D

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void texSubImage2D(uint target, int level, int xoffset, int yoffset, int width, int height, uint format, uint type, Optional!(T8) pixels)
    struct WebGLRenderingContextBase
    nothrow
    void
    texSubImage2D
    (
    T8
    )
    (
    uint target
    ,
    int level
    ,,,
    int width
    ,
    int height
    ,
    uint format
    ,
    uint type
    ,
    scope auto ref Optional!(T8) pixels
    )
  2. void texSubImage2D(uint target, int level, int xoffset, int yoffset, uint format, uint type, Optional!(T6) source)

Meta