MTLTexture_Extensions.GetIOSurface(IMTLTexture) Method

Definition

Gets the IOSurface that was used to create this texture, if one was used.

public static IOSurface.IOSurface GetIOSurface (this Metal.IMTLTexture This);
static member GetIOSurface : Metal.IMTLTexture -> IOSurface.IOSurface

Parameters

This
IMTLTexture

The instance on which this method operates.

Returns

Applies to