Texture.getPixels

Returns the pixel of this Texture or null if this Texture isn't valid.

Note: this method <b>allocates</b> GC memory.

  1. void[] getPixels(void[] pixels)
  2. void[] getPixels()
    struct Texture
    void[]
    getPixels
    const nothrow
    (
    )

Meta