Ejemplo n.º 1
0
 public override void UpdateTexture(
     Texture texture,
     IntPtr source,
     uint sizeInBytes,
     uint x,
     uint y,
     uint z,
     uint width,
     uint height,
     uint depth,
     uint mipLevel,
     uint arrayLayer)
 {
     _commands.UpdateTexture(texture, source, sizeInBytes, x, y, z, width, height, depth, mipLevel, arrayLayer);
 }