MTLBlitCommandEncoder_Extensions.OptimizeContentsForCpuAccess Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
OptimizeContentsForCpuAccess(IMTLBlitCommandEncoder, IMTLTexture) | |
OptimizeContentsForCpuAccess(IMTLBlitCommandEncoder, IMTLTexture, nuint, nuint) |
OptimizeContentsForCpuAccess(IMTLBlitCommandEncoder, IMTLTexture)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void OptimizeContentsForCpuAccess (this Metal.IMTLBlitCommandEncoder This, Metal.IMTLTexture texture);
static member OptimizeContentsForCpuAccess : Metal.IMTLBlitCommandEncoder * Metal.IMTLTexture -> unit
Parameter
- texture
- IMTLTexture
- Attribute
Gilt für:
OptimizeContentsForCpuAccess(IMTLBlitCommandEncoder, IMTLTexture, nuint, nuint)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void OptimizeContentsForCpuAccess (this Metal.IMTLBlitCommandEncoder This, Metal.IMTLTexture texture, nuint slice, nuint level);
static member OptimizeContentsForCpuAccess : Metal.IMTLBlitCommandEncoder * Metal.IMTLTexture * nuint * nuint -> unit
Parameter
- texture
- IMTLTexture
- slice
- System.System.UIntPtr System.unativeint
- level
- System.System.UIntPtr System.unativeint
- Attribute