6 lines
175 B
Rust
6 lines
175 B
Rust
#![allow(non_upper_case_globals)]
|
|
use objc2::ffi::NSUInteger;
|
|
|
|
pub const MTLCounterErrorValue: u64 = !0;
|
|
pub const MTLCounterDontSample: NSUInteger = (-1isize) as NSUInteger;
|