mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 00:03:29 +00:00
[naga spv-out] Add some tracing output to Writer::write_function
.
This commit is contained in:
parent
436ffba77a
commit
26a95fd270
@ -355,6 +355,7 @@ impl Writer {
|
||||
mut interface: Option<FunctionInterface>,
|
||||
debug_info: &Option<DebugInfoInner>,
|
||||
) -> Result<Word, Error> {
|
||||
log::trace!("Generating code for {:?}", ir_function.name);
|
||||
let mut function = Function::default();
|
||||
|
||||
let prelude_id = self.id_gen.next();
|
||||
|
Loading…
Reference in New Issue
Block a user