vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
//! WGSL lowering source for `buffer.byte_count`.

/// Dispatchable WGSL kernel for byte occurrence counting.
pub const WGSL: &str = concat!(
    include_str!("../wgsl_byte_primitives/bytes.wgsl"),
    "\n",
    include_str!("../byte_count.wgsl"),
);