MTLThreadgroupBinding

Trait MTLThreadgroupBinding 

Source
pub unsafe trait MTLThreadgroupBinding: MTLBinding {
    // Provided methods
    fn threadgroupMemoryAlignment(&self) -> NSUInteger
       where Self: Sized + Message { ... }
    fn threadgroupMemoryDataSize(&self) -> NSUInteger
       where Self: Sized + Message { ... }
}
Available on crate feature MTLArgument only.
Expand description

Provided Methods§

Trait Implementations§

Source§

impl ProtocolType for dyn MTLThreadgroupBinding

Source§

const NAME: &'static str = "MTLThreadgroupBinding"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn MTLThreadgroupBinding

Implementations on Foreign Types§

Source§

impl<T> MTLThreadgroupBinding for ProtocolObject<T>

Implementors§