macro_rules! write_descriptor {
    (
        $buf:expr,
        $set:expr,
    ) => { ... };
}
Expand description

Describes a write operation for a descriptor. Used with materials to interact with custom shaders inside them.