Docs.rs
mtl-rs-0.1.7
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mtl-rs 0.1.7
Rust bindings for Apple's Metal API
Crate
Source
Builds
Feature flags
Hide files
..
acceleration_structure
acceleration_structure_command_encoder
acceleration_structure_types
argument
binary_archive
blit_command_encoder
blit_pass
capture_manager
command_buffer
command_encoder
command_queue
compute_command_encoder
compute_pass
compute_pipeline
counters
depth_stencil
device
drawable
dynamic_library
event
function_descriptor
function_log
function_stitching
heap
indirect_command_buffer
indirect_command_encoder
intersection_function_table
io_command_buffer
io_compressor
library
log_state
mtl4
parallel_render_command_encoder
pipeline
rasterization_rate
render_command_encoder
render_pass
render_pipeline
residency_set
resource
resource_state_command_encoder
resource_state_pass
resource_view_pool
sampler
stage_input_output_descriptor
tensor
texture
types
vertex_descriptor
visible_function_table
allocation.rs
argument_encoder.rs
buffer.rs
capture_scope.rs
data_type.rs
device_certification.rs
fence.rs
function_constant_values.rs
function_handle.rs
gpu_address.rs
lib.rs
linked_functions.rs
pixel_format.rs
prelude.rs
1
2
///
64-bit GPU virtual address.
pub
type
MTLGPUAddress
=
u64
;