24 namespace SiliconStudio.
Paradox.Graphics
31 private readonly
Image image;
46 return this.image.pixelBuffers[bufferIndex];
54 public int Count {
get {
return this.image.pixelBuffers.Length; } }
62 public PixelBuffer this[
int arrayOrDepthSlice,
int mipIndex]
66 return this.image.GetPixelBuffer(arrayOrDepthSlice, mipIndex);
77 public PixelBuffer this[
int arrayIndex,
int zIndex,
int mipIndex]
81 return this.image.GetPixelBuffer(arrayIndex, zIndex, mipIndex);
Provides method to instantiate an image 1D/2D/3D supporting TextureArray and mipmaps on the CPU or to...
Used by Image to provide a selector to a PixelBuffer.
An unmanaged buffer of pixels.