blob: 2b50c239df40ee1046e36e0f6d483dfa46dea4bb [file]
// Copyright 2025 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! This is a utility library to help integrate `vello_hybrid` WebGPU wgsl shaders into glsl.
#[cfg(feature = "glsl")]
mod compile;
#[cfg(feature = "glsl")]
mod lint;
#[cfg(all(test, feature = "glsl"))]
mod shader_info;
#[cfg(feature = "glsl")]
mod types;
include!(concat!(env!("OUT_DIR"), "/compiled_shaders.rs"));