makeTextureViewPool(descriptor:)
Creates a new texture view pool from a resource view pool descriptor.
Declaration
func makeTextureViewPool(descriptor: MTLResourceViewPoolDescriptor) throws -> any MTLTextureViewPoolParameters
- descriptor:
A Mtlresourceviewpooldescriptor instance that configures the Mtltextureviewpool instance.
Return Value
A MTLTextureViewPool instance, or nil if the function failed.