Function Texture.update

Updates a texture with new pixel data

void update (
  void* pixels,
  int pitch,
  AxisAlignedBoundingBox!(int,2) location = null
);