mtl-rs 0.1.12

Rust bindings for Apple's Metal API
pub use objc2::{rc::Retained, runtime::ProtocolObject};

pub use crate::{
    BufferExt, MTL4CommandQueue, MTL4CommandQueueExt, MTL4CopySparseBufferMappingOperation,
    MTL4CopySparseTextureMappingOperation, MTL4UpdateSparseBufferMappingOperation, MTL4UpdateSparseTextureMappingOperation,
    MTLBindingExt, MTLBlitCommandEncoder, MTLBlitCommandEncoderExt, MTLBuffer, MTLCaptureDescriptor,
    MTLCaptureDestination, MTLCaptureManager, MTLCaptureScopeExt, MTLCommandBuffer, MTLCommandBufferExt,
    MTLCommandBufferHandler, MTLCommandBufferStatus, MTLCommandEncoder, MTLCommandEncoderExt, MTLCommandQueue,
    MTLCommandQueueExt,
    MTLCompareFunction, MTLComputeCommandEncoder, MTLComputeCommandEncoderExt, MTLComputePipelineDescriptor,
    MTLComputePipelineState, MTLComputePipelineStateExt, MTLCounterExt, MTLCounterSampleBufferExt, MTLCounterSetExt,
    MTLDataType, MTLDepthStencilDescriptor, MTLDevice, MTLDeviceExt, MTLDynamicLibraryExt, MTLEvent, MTLEventExt,
    MTLFeatureSet, MTLFunction, MTLFunctionConstantValues, MTLFunctionHandleExt, MTLGPUFamily, MTLHeap,
    MTLHeapDescriptor, MTLHeapExt, MTLHeapType, MTLIndirectCommandBufferExt, MTLLibrary, MTLLibraryExt,
    MTLPipelineOption, MTLPixelFormat, MTLReadWriteTextureTier, MTLRenderCommandEncoder, MTLRenderPassDescriptor,
    MTLRenderPipelineDescriptor, MTLRenderPipelineState, MTLResidencySetExt, MTLResource, MTLResourceExt,
    MTLResourceOptions, MTLSamplerDescriptor, MTLSize, MTLSparsePageSize, MTLSparseTextureMappingMode, MTLStorageMode,
    MTLTexture, MTLTextureDescriptor, MTLTextureUsage, MTLVertexDescriptor, TextureExt,
};