Contents

makeTextureViewPool(descriptor:)

Creates a new texture view pool from a resource view pool descriptor.

Declaration

func makeTextureViewPool(descriptor: MTLResourceViewPoolDescriptor) throws -> any MTLTextureViewPool

Parameters

Return Value

A MTLTextureViewPool instance, or nil if the function failed.