IMTLTexture.ReplaceRegion Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
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
Parameter
- region
- MTLRegion
- level
- System.System.UIntPtr System.unativeint
- pixelBytes
-
IntPtr
nativeint
- bytesPerRow
- System.System.UIntPtr System.unativeint
- Atribut
Berlaku untuk
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
Parameter
- 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
- Atribut