MTLTexture_Extensions.GetBuffer(IMTLTexture) Method

Definition

Returns the buffer for the target texture.

public static Metal.IMTLBuffer GetBuffer (this Metal.IMTLTexture This);
static member GetBuffer : Metal.IMTLTexture -> Metal.IMTLBuffer

Parameters

This
IMTLTexture

The instance on which this method operates.

Returns

Applies to