MTLTexture_Extensions.GetBufferBytesPerRow(IMTLTexture) Method

Definition

Gets the bytes per row in the buffer for the target texture.

public static nuint GetBufferBytesPerRow (this Metal.IMTLTexture This);
static member GetBufferBytesPerRow : Metal.IMTLTexture -> nuint

Parameters

This
IMTLTexture

The instance on which this method operates.

Returns

System.System.UIntPtr System.unativeint

Applies to