spirv-std 0.6.0

Standard functions and types for SPIR-V
Documentation
1
2
3
4
5
6
7
/// 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,
}