spirv-std 0.4.0

Standard functions and types for SPIR-V
Documentation
/// An opaque reference to settings that describe how to access, filter, or
/// sample an image.
#[spirv(sampler)]
#[derive(Copy, Clone)]
pub struct Sampler {
    _x: u32,
}