blob: 69320630c1ef67570f52fef41a2160dd9b9e17f8 [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 types;
include!(concat!(env!("OUT_DIR"), "/compiled_shaders.rs"));