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