mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[rs] Merge #543
543: Don't use `log` crate in include_spirv r=kvark a=kvark Fixes #541 Co-authored-by: Dzmitry Malyshau <kvarkus@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ fn test_vertex_attr_array() {
|
||||
macro_rules! include_spirv {
|
||||
($($token:tt)*) => {
|
||||
{
|
||||
log::info!("including '{}'", $($token)*);
|
||||
//log::info!("including '{}'", $($token)*);
|
||||
$crate::util::make_spirv(include_bytes!($($token)*))
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user