skia_safe::gpu::mtlType Alias TextureInfo
Source pub type TextureInfo = Handle<GrMtlTextureInfo>;
struct TextureInfo();
§Safety
Unsafe because the texture provided must either be null
or pointing to a Metal texture by
providing a raw pointer.
This function retains the texture and releases it as soon TextureInfo is dropped.
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more