objc2-metal 0.3.2

Bindings to the Metal framework
Documentation
1
2
3
4
5
#![allow(non_upper_case_globals)]
use objc2::ffi::NSUInteger;

pub const MTLCounterErrorValue: u64 = !0;
pub const MTLCounterDontSample: NSUInteger = (-1isize) as NSUInteger;