MTLBlitCommandEncoder_Extensions.GetTextureAccessCounters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void GetTextureAccessCounters(this Metal.IMTLBlitCommandEncoder This, Metal.IMTLTexture texture, Metal.MTLRegion region, UIntPtr mipLevel, UIntPtr slice, bool resetCounters, Metal.IMTLBuffer countersBuffer, UIntPtr countersBufferOffset);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTextureAccessCounters : Metal.IMTLBlitCommandEncoder * Metal.IMTLTexture * Metal.MTLRegion * unativeint * unativeint * bool * Metal.IMTLBuffer * unativeint -> unit
Parameters
- texture
- IMTLTexture
- region
- MTLRegion
- mipLevel
-
UIntPtr
unativeint
- slice
-
UIntPtr
unativeint
- resetCounters
- Boolean
- countersBuffer
- IMTLBuffer
- countersBufferOffset
-
UIntPtr
unativeint
- Attributes