Skip to content

Commit

Permalink
[naga spv-out] Add some tracing output to Writer::write_function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy committed Oct 10, 2024
1 parent b66c89e commit ebd0ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions naga/src/back/spv/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ebd0ed5

Please sign in to comment.