Source code
Revision control
Copy as Markdown
Other Tools
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use crate::*;
/// A 64-bit unsigned integer type appropriate for storing GPU addresses.
///
/// See also [Apple's documentation](https://developer.apple.com/documentation/metal/mtlgpuaddress?language=objc)
pub type MTLGPUAddress = u64;