wgsl_bindgen 0.22.2

Type safe Rust bindings workflow for wgsl shaders in wgpu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Integration test library
// This file organizes all integration tests into logical modules

// Core functionality tests - basic bindgen features
mod core;

// Issue-specific regression tests
mod issues;

// Feature-specific tests (shader_defs, shared bind groups, etc.)
mod features;

// Large-scale integration tests (bevy, etc.)
mod integration;

// Utility tests (dependency tree, etc.)
mod utils;