Example #1
0
 public override void UpdateTextureCube(
     Texture textureCube,
     IntPtr source,
     uint sizeInBytes,
     CubeFace face,
     uint x,
     uint y,
     uint width,
     uint height,
     uint mipLevel,
     uint arrayLayer)
 {
     _commands.UpdateTextureCube(textureCube, source, sizeInBytes, face, x, y, width, height, mipLevel, arrayLayer);
 }