mtl-rs 0.2.2

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
8
9
10
mod render_command_encoder;
mod types;

pub use render_command_encoder::{MTLRenderCommandEncoder, MTLRenderCommandEncoderExt};
pub use types::{
    MTLCullMode, MTLDepthClipMode, MTLDrawIndexedPrimitivesIndirectArguments, MTLDrawPatchIndirectArguments,
    MTLDrawPrimitivesIndirectArguments, MTLPrimitiveType, MTLQuadTessellationFactorsHalf, MTLRenderStages,
    MTLScissorRect, MTLTriangleFillMode, MTLTriangleTessellationFactorsHalf, MTLVertexAmplificationViewMapping,
    MTLViewport, MTLVisibilityResultMode, MTLWinding,
};