IMTLTexture.ReplaceRegion Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ReplaceRegion(MTLRegion, nuint, IntPtr, nuint) | |
ReplaceRegion(MTLRegion, nuint, nuint, IntPtr, nuint, nuint) |
ReplaceRegion(MTLRegion, nuint, IntPtr, nuint)
[Foundation.Export("replaceRegion:mipmapLevel:withBytes:bytesPerRow:")]
[Foundation.Preserve(Conditional=true)]
public void ReplaceRegion (Metal.MTLRegion region, nuint level, IntPtr pixelBytes, nuint bytesPerRow);
abstract member ReplaceRegion : Metal.MTLRegion * nuint * nativeint * nuint -> unit
Параметры
- region
- MTLRegion
- level
- System.System.UIntPtr System.unativeint
- pixelBytes
-
IntPtr
nativeint
- bytesPerRow
- System.System.UIntPtr System.unativeint
- Атрибуты
Применяется к
ReplaceRegion(MTLRegion, nuint, nuint, IntPtr, nuint, nuint)
[Foundation.Export("replaceRegion:mipmapLevel:slice:withBytes:bytesPerRow:bytesPerImage:")]
[Foundation.Preserve(Conditional=true)]
public void ReplaceRegion (Metal.MTLRegion region, nuint level, nuint slice, IntPtr pixelBytes, nuint bytesPerRow, nuint bytesPerImage);
abstract member ReplaceRegion : Metal.MTLRegion * nuint * nuint * nativeint * nuint * nuint -> unit
Параметры
- region
- MTLRegion
- level
- System.System.UIntPtr System.unativeint
- slice
- System.System.UIntPtr System.unativeint
- pixelBytes
-
IntPtr
nativeint
- bytesPerRow
- System.System.UIntPtr System.unativeint
- bytesPerImage
- System.System.UIntPtr System.unativeint
- Атрибуты