Trait objc2_metal::MTLTextureBinding
source · pub unsafe trait MTLTextureBinding: MTLBinding + IsRetainable {
// Provided methods
unsafe fn textureType(&self) -> MTLTextureType
where Self: Sized + Message { ... }
unsafe fn textureDataType(&self) -> MTLDataType
where Self: Sized + Message { ... }
unsafe fn isDepthTexture(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn arrayLength(&self) -> NSUInteger
where Self: Sized + Message { ... }
}Available on crate feature
MTLArgument only.Provided Methods§
unsafe fn textureType(&self) -> MTLTextureType
Available on crate feature
MTLTexture only.