Skip to main content

Module enums

Module enums 

Source
Expand description

Metal enumerations.

This module contains all enum types from the Metal framework.

§C++ Header Mapping

Rust ModuleC++ Header
pixel_formatMTLPixelFormat.hpp
data_typeMTLDataType.hpp
resourceMTLResource.hpp
textureMTLTexture.hpp
samplerMTLSampler.hpp
depth_stencilMTLDepthStencil.hpp
renderMTLRenderCommandEncoder.hpp, MTLRenderPass.hpp
pipelineMTLRenderPipeline.hpp, MTLPipeline.hpp
commandMTLCommandBuffer.hpp
argumentMTLArgument.hpp
deviceMTLDevice.hpp
libraryMTLLibrary.hpp
accelerationMTLAccelerationStructure.hpp
heapMTLHeap.hpp
blitMTLBlitCommandEncoder.hpp
vertexMTLVertexDescriptor.hpp, MTLStageInputOutputDescriptor.hpp
indirect_commandMTLIndirectCommandBuffer.hpp
ioMTLIOCommandBuffer.hpp
captureMTLCaptureManager.hpp
counterMTLCounters.hpp
functionMTLFunctionDescriptor.hpp

Re-exports§

pub use acceleration::*;
pub use argument::*;
pub use blit::*;
pub use capture::*;
pub use command::*;
pub use counter::*;
pub use data_type::*;
pub use depth_stencil::*;
pub use device::*;
pub use function::*;
pub use heap::*;
pub use indirect_command::*;
pub use io::*;
pub use library::*;
pub use log::*;
pub use pipeline::*;
pub use pixel_format::*;
pub use render::*;
pub use resource::*;
pub use sampler::*;
pub use tensor::*;
pub use texture::*;
pub use vertex::*;

Modules§

acceleration
Acceleration structure enumerations.
argument
Argument enumerations.
blit
Blit command encoder enumerations.
capture
Capture manager enumerations.
command
Command buffer enumerations.
counter
Counter enumerations.
data_type
Data type enumeration.
depth_stencil
Depth and stencil enumerations.
device
Device enumerations.
function
Function descriptor enumerations.
heap
Heap enumerations.
indirect_command
Indirect command buffer enumerations.
io
IO command buffer and queue enumerations.
library
Library enumerations.
log
Log state enumerations.
pipeline
Pipeline enumerations.
pixel_format
Pixel format enumeration.
render
Render enumerations.
resource
Resource enumerations.
sampler
Sampler enumerations.
tensor
Tensor enumerations.
texture
Texture enumerations.
vertex
Vertex descriptor enumerations.