Texture.getPixels

Returns the pixel data of this Texture or null if this Texture isn't valid. pixels is used to store the pixel data.

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

Meta