See comment on `BuilderCursor`
(&self)
| 141 | |
| 142 | /// See comment on `BuilderCursor` |
| 143 | pub fn emit_global(&self) -> std::cell::RefMut<'_, rspirv::dr::Builder> { |
| 144 | self.builder.builder(BuilderCursor { |
| 145 | function: None, |
| 146 | block: None, |
| 147 | }) |
| 148 | } |
| 149 | |
| 150 | /// See comment on `BuilderCursor` |
| 151 | pub fn emit_with_cursor( |
no test coverage detected