cidre 0.9.1

Apple frameworks bindings for rust
Documentation
1
2
3
4
5
6
7
use crate::{define_obj_type, ns};

define_obj_type!(
    /// Base interface for describing a Metal 4 shader function.
    #[doc(alias = "MTL4FunctionDescriptor")]
    pub FnDesc(ns::Id)
);