pub type MetalTextureRef<'a> = &'a ProtocolObject<dyn MTLTexture>;
Alias to an id<MTLTexture>.
id<MTLTexture>