makeSharedTextureHandle()
Creates a new texture handle from a shareable texture.
Declaration
func makeSharedTextureHandle() -> MTLSharedTextureHandle?Discussion
If the texture is not shareable, this method returns nil.
Creates a new texture handle from a shareable texture.
func makeSharedTextureHandle() -> MTLSharedTextureHandle?If the texture is not shareable, this method returns nil.